NSX-T Data Center REST API
Patch Transport Node collection
Attach different transport node profile to compute collection by updatingtransport node collection.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
HostTransportNodeCollection+
Example Request:
{ "resource_type": "HostTransportNodeCollection", "description": "TransportNodeCollection 1", "display_name": "TransportNodeCollection-1", "compute_collection_id": "33dbf426-c282-42a0-9ae2-5e924b8a78b4:domain-c38", "transport_node_profile_id": "/infra/host-transport-node-profiles/tnp1" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a