System Administration >
Configuration
>
NSX Managers
>
Clusters
>
Cluster Status
Read cluster runtime status
(Deprecated)
Read aggregated runtime status of all cluster nodes.
Deprecated. Use GET /cluster/status instead.
Request:
Method:
GET
URI Path(s):
/api/v1/cluster/nodes/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClustersAggregateInfo
+
ClustersAggregateInfo
(
schema
)
Name
Description
Type
Notes
cluster_status
Status of all the cluster groups
AllClusterGroupStatus
controller_cluster
Array of Controller Nodes
array of
ControllerNodeAggregateInfo
Required
management_cluster
Array of Management Nodes
array of
ManagementNodeAggregateInfo
Required
Required Permissions:
read
Feature:
cluster_management
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable