[typo](doc) Fixed typos in cluster-action.md (#19549)

This commit is contained in:
zzzzzzzs
2023-05-14 23:52:41 +08:00
committed by GitHub
parent 80886af828
commit 91d5e956a0
2 changed files with 36 additions and 36 deletions

View File

@ -69,21 +69,21 @@ None
```
### Examples
```
GET /rest/v2/manager/cluster/cluster_info/conn_info
Response:
{
"msg": "success",
"code": 0,
"data": {
"http": [
"127.0.0.1:8030"
],
"mysql": [
"127.0.0.1:9030"
]
},
"count": 0
}
```
```
GET /rest/v2/manager/cluster/cluster_info/conn_info
Response:
{
"msg": "success",
"code": 0,
"data": {
"http": [
"127.0.0.1:8030"
],
"mysql": [
"127.0.0.1:9030"
]
},
"count": 0
}
```

View File

@ -69,21 +69,21 @@ under the License.
```
### Examples
```
GET /rest/v2/manager/cluster/cluster_info/conn_info
Response:
{
"msg": "success",
"code": 0,
"data": {
"http": [
"127.0.0.1:8030"
],
"mysql": [
"127.0.0.1:9030"
]
},
"count": 0
}
```
```
GET /rest/v2/manager/cluster/cluster_info/conn_info
Response:
{
"msg": "success",
"code": 0,
"data": {
"http": [
"127.0.0.1:8030"
],
"mysql": [
"127.0.0.1:9030"
]
},
"count": 0
}
```