[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Get Edge Cluster
DescriptionGet an Edge Cluster
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/edge-clusters/{id}
Path Parameters
Path Parameters
string
id
Required
Edge Cluster ID
Response
Response
Response BodyResponse Body
200 OK
Returns
EdgeCluster
of type(s) application/json
{
"clusters": [
{
"id": "string"
}
],
"edgeNodes": [
{
"hostName": "string",
"id": "string"
}
],
"id": "string",
"name": "string",
"nsxtCluster": {
"id": "string",
"vip": "string",
"vipFqdn": "string"
}
}
string
id
Optional
ID of the egde cluster
string
name
Optional
Name of the edge cluster
Errors
Error
404
Edge Cluster not found
Error
500
InternalServerError
Code Samples
cURL Command
curl https://sfo-vcf01.rainpole.io/v1/edge-clusters/{id}
[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
On This Page
NSX-T Edge Clusters Operations
post
Create Edge
Changed
get
get
Get Edge Clusters
Changed
patch
post
Validate Edge Cluster Spec
Changed