[typo](doc) Fixed typos in cluster-action.md (#19549)
This commit is contained in:
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user