ManagementClusterStatus
ManagementClusterStatus
JSON Example
{
"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"
}
array of
ClusterInitializationNodeInfo
required_members_for_initialization
Optional
The details of the cluster nodes required for cluster initialization
string
status
Optional
The current status of the management cluster
Possible values are :
INITIALIZING,
UNSTABLE,
DEGRADED,
STABLE,
UNKNOWN,