System Administration > Configuration > Fabric > Edge Clusters > Edge Clusters

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:

POST https://<nsx-mgr>/api/v1/edge-clusters { "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+

Example Response:

{ "_revision": 0, "id": "bf8d4daf-93f6-4c23-af38-63f6d372e14e", "resource_type": "EdgeCluster", "cluster_profile_bindings": [ { "resource_type": "EdgeHighAvailabilityProfile", "profile_id": "ee7e2008-3626-4373-9ba4-521887840984" } ], "members": [ { "transport_node_id": "7a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c", "member_index": 0 } ], "_system_owned" : false, "deployment_type" : "VIRTUAL_MACHINE", "_last_modified_user": "admin", "_last_modified_time": 1415236663043, "_create_time": 1415236663043, "_create_user": "admin" }

Required Permissions:

crud

Feature:

nodes_edge_clusters

Additional Errors: