Get the vSphere datacenters & datacluster for the given overlord account
GET/v1/cloudaccounts/vsphere/:uid/properties/datacenters
Get the vSphere datacenters & datacluster for the given overlord account
Request
Path Parameters
uid stringrequired
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
items
object[]
required
List of associated datacenters
computeclustersstring[]
List of the VSphere compute clusters in datacenter
datacenterstring
name of the datacenter of the VSphere
foldersstring[]
List of the VSphere folders in datacenter
{
  "items": [
    {
      "computeclusters": [
        "string"
      ],
      "datacenter": "string",
      "folders": [
        "string"
      ]
    }
  ]
}
Loading...