ClusterGroupStatus

ClusterGroupStatus
ClusterGroupStatus

This type contains the attributes and status of a group.

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

Array of group members and their statuses

string
group_id
Optional

UUID of the group

leaders
Optional

Array of group leaders and their attributes

string
group_status
Optional

Group status

Possible values are : STABLE, DEGRADED, UNSTABLE, UNAVAILABLE,
string
group_type
Optional

Type of the group

Possible values are : MANAGER, CONTROLLER, POLICY, HTTP,