NSX-T Data Center REST API
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-T.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/Successful Response:
Response Code:
                201 Created
              Response Headers:
                  n/a
                Response Body:
    n/a
  