System Administration > Configuration > Fabric > Nodes > Transport Node Collections

Patch Transport Node collection

Attach different transport node profile to compute collection by updating
transport 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:

PATCH https://<nsx-mgr>/policy/api/v1/infra/sites//enforcement-points//transport-node-collections/TNCId1 { "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

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: