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

Configure the cluster for security

This API configures a compute collection for security. In the request body, specify a Transport Node Collection with only the ID of the target compute collection meant for security. Specifically, a Transport Node Profile ID should not be specified. This API will define a system-generated security Transport Node Profile and apply it on the compute collection to create the Transport Node Collection. This API is only available when using VMware NSX.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/transport-node-collections/<transport-node-collection-id>?action=install_for_microseg
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
HostTransportNodeCollection+

Example Request:

POST https://<nsx-mgr>/policy/api/v1/infra/sites//enforcement-points//transport-node-collections/TNC1?action=install_for_microseg { "resource_type": "HostTransportNodeCollection", "display_name": "TNC1", "description": "Transport Node Collections 1", "compute_collection_id": "33dbf426-c282-42a0-9ae2-5e924b8a78b4:domain-c38" }

Successful Response:

Response Code:
201 Created
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: