NSX-T Data Center REST API
Update Transport Node collection
Attach different transport node profile to compute collection by updatingtransport node collection.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/transport-node-collections/<transport-node-collection-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    TransportNodeCollection+
  Example Request:
PUT https://<nsx-mgr>/api/v1/transport-node-collections/46ea1ae3-b067-4985-bd9e-6e1d4b1b2ec1 { "resource_type": "TransportNodeCollection", "description": "TransportNodeCollection 1", "id": "46ea1ae3-b067-4985-bd9e-6e1d4b1b2ec1", "display_name": "TransportNodeCollection-1", "compute_collection_id": "33dbf426-c282-42a0-9ae2-5e924b8a78b4:domain-c38", "transport_node_profile_id": "0840e9c6-3c7b-46a9-aea7-82bb1190709d", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TransportNodeCollection+
  