NSX-T Data Center REST API

Get the container cluster status by given id

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/container-cluster/{cluster-id}/ncpstatus
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:
ContainerClusterSummary+

Example Response:

{ "cluster_id": "49bb701-4fe9-11e9-bdc7-000c29e49f11", "cluster_name": "PKS-Cluster-2", "type": "PKS", "status": "HEALTHY", "detail":"", "interval": 180 }

Required Permissions:

read

Feature:

tools_system_health_agent

Additional Errors: