NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List Cluster Control Planelist all Cluster Control Planes  | 
                      
                        GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes
                         | 
                    
Delete a Cluster Control Plane NodeDelete a Cluster Control Plane Node  | 
                      
                        DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
                         | 
                    
Get a Cluster Control PlaneReturns information about a specified Cluster Control Plane .  | 
                      
                        GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
                         | 
                    
Create or Update Cluster Control Plane to NSX-TJoins a Cluster Control Plane to NSX-T  | 
                      
                        PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
                         |