メインコンテンツまでスキップ
バージョン: 2.1

Cluster Action

Request

GET /rest/v2/manager/cluster/cluster_info/conn_info

Cluster Connection Information

GET /rest/v2/manager/cluster/cluster_info/conn_info

説明

クラスタのhttp、mysql接続情報を取得するために使用されます。

Pathパラメータ

なし

Queryパラメータ

なし

Request body

なし

Response

{
"msg": "success",
"code": 0,
"data": {
"http": [
"fe_host:http_ip"
],
"mysql": [
"fe_host:query_ip"
]
},
"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
}