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"
}
string
group_id
Optional
UUID of the group
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,