NSX-T Data Center REST API
List Transport Nodes
Returns information about all transport nodes along with underlying host oredge details. A transport node is a host or edge that contains hostswitches.
A hostswitch can have virtual machines connected to them.
Because each transport node has hostswitches, transport nodes can also have
virtual tunnel endpoints, which means that they can be part of the overlay.
This api is now deprecated. Please use new api -
/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/transport-nodes
                  
              
            Request Headers:
                n/a
            Query Parameters:
    TransportNodeListParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/transport-nodesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TransportNodeListResult+
  