System Administration > Configuration > Fabric > Nodes > Cluster Control Planes

Create or Update Cluster Control Plane to NSX-T

Joins a Cluster Control Plane to NSX-T
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/cluster-control-planes/<cluster-control-plane-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ClusterControlPlane+

Example Request:

PUT https://<nsx-mgr>/policy/api/v1/infra/sites//enforcement-points//cluster-control-planes/p1 { "resource_type": "ClusterControlPlane", "vhc_path": "/xxx/yyy", "certificate": "-----BEGIN CERTIFICATE--------END CERTIFICATE-----\n" }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ClusterControlPlane+

Example Response:

{ "node_id" : "df47a291-deae-44cb-8773-59670369aff2", "vhc_path" : "/xx/yy", "certificate": "-----BEGIN CERTIFICATE--------END CERTIFICATE-----\n" "resource_type" : "ClusterControlPlane", "display_name" : "p1", "_create_user" : "admin", "_create_time" : 1610960457601, "_last_modified_user" : "admin", "_last_modified_time" : 1610960457601, "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_revision" : 0 }

Required Permissions:

crud

Feature:

nodes_antrea_nodes

Additional Errors: