System Administration > Monitoring > System Health > Container

Get the container cluster status by given id

Request:

Method:
GET
URI Path(s):
/api/v1/systemhealth/container-cluster/<cluster-id>/ncp/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/systemhealth/container-cluster/49bb701-4fe9-11e9-bdc7-000c29e49f11/ncp/status

Successful Response:

Response Code:
201 Created
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: