ClusterStatus

ClusterStatus
ClusterStatus
JSON Example
{
    "cluster_id": "string",
    "control_cluster_status": {
        "status": "string"
    },
    "detailed_cluster_status": {
        "cluster_id": "string",
        "groups": [
            {
                "group_id": "string",
                "group_status": "string",
                "group_type": "string",
                "leaders": [
                    {
                        "leader_uuid": "string",
                        "lease_version": 0,
                        "service_name": "string"
                    }
                ],
                "members": [
                    {
                        "member_fqdn": "string",
                        "member_ip": "string",
                        "member_ipv6": "string",
                        "member_status": "string",
                        "member_uuid": "string"
                    }
                ]
            }
        ],
        "overall_status": "string"
    },
    "mgmt_cluster_status": {
        "offline_nodes": [
            {
                "mgmt_cluster_listen_ip_address": "string",
                "mgmt_cluster_listen_ipv6_address": "string",
                "uuid": "string"
            }
        ],
        "online_nodes": [
            {
                "mgmt_cluster_listen_ip_address": "string",
                "mgmt_cluster_listen_ipv6_address": "string",
                "uuid": "string"
            }
        ],
        "required_members_for_initialization": [
            {
                "disk_store_id": "string",
                "host_address": "string"
            }
        ],
        "status": "string"
    }
}
string
cluster_id
Optional

Unique identifier of this cluster

control_cluster_status
Optional

control_cluster_status

detailed_cluster_status
Optional

A list of the statuses of all the groups in the cluster.

mgmt_cluster_status
Optional

mgmt_cluster_status