AllClusterGroupStatus

AllClusterGroupStatus
AllClusterGroupStatus

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

JSON Example
{
    "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"
}
string
cluster_id
Optional

UUID of the cluster

groups
Optional

Array of groups and their statuses

string
overall_status
Optional

Overall status of the cluster

Possible values are : STABLE, DEGRADED, UNAVAILABLE,