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

Update Transport Node collection

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

Example Response:

{ "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", "_create_user": "admin", "_create_time": 1495147708462, "_last_modified_user": "admin", "_last_modified_time": 1495147708462, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: