NSX-T Data Center REST API
Get Transport Node collection application state
Returns the state of transport node collection based on the states oftransport nodes of the hosts which are part of compute collection.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/transport-node-collections/<transport-node-collection-id>/state
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/transport-node-collections/<transport-node-collection-id>/stateSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TransportNodeCollectionState+
  