AllClusterGroupStatus

AllClusterGroupStatus
AllClusterGroupStatus

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

JSON Example
{
    "cluster_id": "string",
    "groups": [
        {
            "members": [
                {
                    "member_name": "string",
                    "member_status": "string",
                    "member_uuid": "string"
                }
            ],
            "group_id": "string",
            "leaders": [
                {
                    "service_name": "string",
                    "lease_version": 0,
                    "leader_uuid": "string"
                }
            ],
            "group_status": "string",
            "group_type": "string"
        }
    ]
}
string
cluster_id
Optional

UUID of the cluster

groups
Optional

Array of groups and their statuses