NSX-T Data Center REST API
Read status of all the transport nodes
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 endpoint.
Request:
Method:
GET
URI Path(s):
/api/v1/transport-zones/transport-node-status
Request Headers:
n/a
Query Parameters:
TransportNodeStatusParametersWithDataSource+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/transport-zones/transport-node-statusSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNodeStatusListResult+