NSX-T Data Center REST API

Associated URIs:

API Description API Path

Read Antrea cluster heartbeat config list


Paginated list of all Antrea cluster heartbeat config
GET /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes-heartbeat-config

Read Antrea cluster status list


Paginated list of all Antrea cluster status
GET /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes-status

Read Antrea heartbeat configuration


GET /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes/<cluster-control-plane-id>/heartbeat-config

Patch the Antrea heartbeat configuration


PATCH /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes/<cluster-control-plane-id>/heartbeat-config

Update the Antrea heartbeat configuration


PUT /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes/<cluster-control-plane-id>/heartbeat-config

Read Antrea cluster status


Read Antrea cluster status for a given Antrea cluster identifier.
GET /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes/<cluster-control-plane-id>/status

Create container cluster status list


DELETE /api/v1/systemhealth/container-cluster/<cluster-id>/ncp/status

Get the container cluster status by given id


GET /api/v1/systemhealth/container-cluster/<cluster-id>/ncp/status

Get all the container cluster status


GET /api/v1/systemhealth/container-cluster/ncp/status

Create container cluster status list


POST /api/v1/systemhealth/container-cluster/ncp/status

Get the containter status on given node


GET /api/v1/systemhealth/transport-nodes/<node-id>/container/agent/status

Get the containter hyperbus status on given node


GET /api/v1/systemhealth/transport-nodes/<node-id>/container/hyperbus/status
Additional Links