NSX-T Data Center REST API
List transport nodes by realized state
Returns a list of transport node states that have realized state as providedas query parameter.
If this API is called multiple times in parallel then it
will fail with error indicating that another request is already in progress.
In such case, try the API on another NSX manager instance (if exists) or try
again after some time.
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/state
Request Headers:
n/a
Query Parameters:
TransportNodeStateParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNodeStateListResult+