NSX-T Data Center REST API

ClusterStatus (type)

{
  "additionalProperties": false,
  "id": "ClusterStatus",
  "module_id": "ClusterManagement",
  "properties": {
    "cluster_id": {
      "readonly": true,
      "title": "Unique identifier of this cluster",
      "type": "string"
    },
    "control_cluster_status": {
      "$ref": "ControllerClusterStatus",
      "deprecated": true,
      "readonly": true,
      "title": "The current status of the control cluster"
    },
    "detailed_cluster_status": {
      "$ref": "AllClusterGroupStatus",
      "readonly": true,
      "title": "Status of all the cluster groups"
    },
    "mgmt_cluster_status": {
      "$ref": "ManagementClusterStatus",
      "deprecated": true,
      "readonly": true,
      "title": "The current status of the management cluster"
    },
    "node_services_status": {
      "$ref": "NodeServicesStatus",
      "readonly": true,
      "title": "Status of all node level services"
    },
    "overall_status": {
      "enum": [
        "STABLE",
        "DEGRADED",
        "UNAVAILABLE"
      ],
      "readonly": true,
      "title": "Aggregated status of node services and clustered services",
      "type": "string"
    }
  },
  "type": "object"
}