Cluster Action

    集群连接信息

    1. ```
    2. GET /rest/v2/manager/cluster/cluster_info/conn_info
    3. Response:
    4. "msg": "success",
    5. "code": 0,
    6. "data": {
    7. "http": [
    8. "127.0.0.1:8030"
    9. "mysql": [
    10. "127.0.0.1:9030"
    11. ]
    12. },
    13. "count": 0
    14. ```