NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get high-level summary of a transport node |
GET /api/v1/transport-nodes/{node-id}/pnic-bond-status
|
Read status of all transport nodes with tunnel connections to transport node |
GET /api/v1/transport-nodes/{node-id}/remote-transport-node-status
|
Read status of a transport nodeTo improve performance, we have removed 'memory_used', 'memory_total', and 'cpu_usage' from the resource_usage field, and 'last_status_update_time' from the health_metrics field in the agent_status returned by the API. To obtain these metrics, use the GET /api/v1/systemhealth-extended/host-transport-nodes?node_id= |
GET /api/v1/transport-nodes/{node-id}/status
|
Get high-level summary of all transport nodes. The service layer does not support source = realtime or cached. |
GET /api/v1/transport-nodes/status
|
Read status of transport nodes in a transport zone |
GET /api/v1/transport-zones/{zone-id}/transport-node-status
|
Creates a status report of transport nodes in a transport zoneYou must provide the request header "Accept:application/octet-stream" when calling this API. |
GET /api/v1/transport-zones/{zone-id}/transport-node-status-report
|
Creates a status json report of transport nodes in a transport zone |
GET /api/v1/transport-zones/{zone-id}/transport-node-status-report-json
|
Read status of all the transport nodesTo improve performance, we have removed 'memory_used', 'memory_total', and 'cpu_usage' from the resource_usage field, and 'last_status_update_time' from the health_metrics field in the agent_status returned by the API. To obtain these metrics, use the GET /api/v1/systemhealth-extended/host-transport-nodes endpoint. |
GET /api/v1/transport-zones/transport-node-status
|
Creates a status report of transport nodes of all the transport zonesYou must provide the request header "Accept:application/octet-stream" when calling this API. |
GET /api/v1/transport-zones/transport-node-status-report
|
Creates a status json report of transport nodes of all the transport zones |
GET /api/v1/transport-zones/transport-node-status-report-json
|