NSX-T Data Center REST API
Read status of a transport node
To 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=
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/{node-id}/status
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/transport-nodes/07cd4582-189c-11e7-b77f-7f1dfdccba5e/statusSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNodeStatus+