Get the vSphere computecluster resources for the given overlord account
GET/v1/cloudaccounts/vsphere/:uid/properties/computecluster/resources
Get the vSphere computecluster resources for the given overlord account
Request
Path Parameters
uid stringrequired
Query Parameters
datacenter stringrequired
computecluster stringrequired
useQualifiedNetworkName boolean
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
computecluster
object
Vsphere compute cluster
datastoresstring[]
namestring
networksstring[]
resourcePoolsstring[]
datacenterstring
Name of the datacenter
{
"computecluster": {
"datastores": [
"string"
],
"name": "string",
"networks": [
"string"
],
"resourcePools": [
"string"
]
},
"datacenter": "string"
}
Loading...