Returns the vsphere data centers
GET/v1/clouds/vsphere/datacenters
Returns the vsphere data centers
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
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...