AllClusterGroupStatus (type)

{
  "additionalProperties": false, 
  "description": "A list of the statuses of all the groups in the cluster.", 
  "id": "AllClusterGroupStatus", 
  "module_id": "Cluster", 
  "properties": {
    "cluster_id": {
      "readonly": true, 
      "title": "UUID of the cluster", 
      "type": "string"
    }, 
    "groups": {
      "items": {
        "$ref": "ClusterGroupStatus
      }, 
      "readonly": true, 
      "title": "Array of groups and their statuses", 
      "type": "array"
    }, 
    "overall_status": {
      "enum": [
        "STABLE", 
        "DEGRADED", 
        "UNAVAILABLE"
      ], 
      "readonly": true, 
      "title": "Overall status of the cluster", 
      "type": "string"
    }
  }, 
  "title": "Status of all the cluster groups", 
  "type": "object"
}