NSX-T Data Center REST API
Create Edge Cluster
Creates a new edge cluster.It only supports homogeneous members.
The TransportNodes backed by EdgeNode are only allowed in cluster members.
DeploymentType (VIRTUAL_MACHINE|PHYSICAL_MACHINE) of these EdgeNodes is
recommended to be the same. EdgeCluster supports members of different
deployment types.
Request:
Method:
POST
URI Path(s):
/api/v1/edge-clusters
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
EdgeCluster+
Example Request:
{ "cluster_profile_bindings": [ { "profile_id":"ee7e2008-3626-4373-9ba4-521887840984", "resource_type": "EdgeHighAvailabilityProfile" } ], "members": [ { "transport_node_id":"7a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c" } ] }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
EdgeCluster+