NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List Cluster ProfilesReturns paginated list of cluster profiles Cluster profiles define policies for edge cluster and bridge cluster. | GET /api/v1/cluster-profiles | 
| Create a Cluster ProfileCreate a cluster profile. The resource_type is required. | POST /api/v1/cluster-profiles | 
| Delete a cluster profileDelete a specified cluster profile. | DELETE /api/v1/cluster-profiles/<cluster-profile-id> | 
| Get cluster profile by IdReturns information about a specified cluster profile. | GET /api/v1/cluster-profiles/<cluster-profile-id> | 
| Update a cluster profileModifie a specified cluster profile. The body of the PUT request must include the resource_type. | PUT /api/v1/cluster-profiles/<cluster-profile-id> | 
