NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ClusterStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| cluster_id | Unique identifier of this cluster | string | Readonly |
| detailed_cluster_status | Status of all the cluster groups | AllClusterGroupStatus | Readonly |
| node_services_status | Status of all node level services | NodeServicesStatus | Readonly |
| overall_status | Aggregated status of node services and clustered services | string | Readonly Enum: STABLE, DEGRADED, UNAVAILABLE |
| control_cluster_status | The current status of the control cluster | ControllerClusterStatus | Deprecated Readonly |
| mgmt_cluster_status | The current status of the management cluster | ManagementClusterStatus | Deprecated Readonly |