ManagementClusterStatus (type)

{
  "additionalProperties": false, 
  "id": "ManagementClusterStatus", 
  "module_id": "ClusterManagement", 
  "properties": {
    "offline_nodes": {
      "description": "Current missing management plane nodes", 
      "items": {
        "$ref": "ManagementPlaneBaseNodeInfo
      }, 
      "readonly": true, 
      "type": "array"
    }, 
    "online_nodes": {
      "description": "Current alive management plane nodes", 
      "items": {
        "$ref": "ManagementPlaneBaseNodeInfo
      }, 
      "readonly": true, 
      "type": "array"
    }, 
    "required_members_for_initialization": {
      "description": "The details of the cluster nodes required for cluster initialization", 
      "items": {
        "$ref": "ClusterInitializationNodeInfo
      }, 
      "readonly": true, 
      "type": "array"
    }, 
    "status": {
      "enum": [
        "INITIALIZING", 
        "UNSTABLE", 
        "DEGRADED", 
        "STABLE", 
        "UNKNOWN"
      ], 
      "readonly": true, 
      "title": "The current status of the management cluster", 
      "type": "string"
    }
  }, 
  "type": "object"
}