NSX-T Data Center REST API
Create transport node collection by attaching Transport Node Profile to cluster.
When transport node collection is created the hosts which are partof compute collection will be prepared automatically i.e. NSX Manager
attempts to install the NSX components on hosts. Transport nodes for these
hosts are created using the configuration specified in transport node
profile.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/transport-node-collections
                  
              
            Request Headers:
                n/a
            Query Parameters:
    TransportNodeCollectionRequestParameters+
  Request Body:
    TransportNodeCollection+
  Example Request:
POST https://<nsx-mgr>/api/v1/transport-node-collections { "resource_type": "TransportNodeCollection", "display_name": "TransportNodeCollection-1", "description": "Transport Node Collections 1", "compute_collection_id": "33dbf426-c282-42a0-9ae2-5e924b8a78b4:domain-c38" "transport_node_profile_id": "0840e9c6-3c7b-46a9-aea7-82bb1190709d", } POST https://<nsx-mgr>/api/v1/transport-node-collections?apply_profile=false { "resource_type": "TransportNodeCollection", "display_name": "TransportNodeCollection-1", "description": "Transport Node Collections 1", "compute_collection_id": "33dbf426-c282-42a0-9ae2-5e924b8a78b4:domain-c38" "transport_node_profile_id": "0840e9c6-3c7b-46a9-aea7-82bb1190709d", }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TransportNodeCollection+
  