Returns the resources for vsphere compute cluster
GET/v1/clouds/vsphere/datacenters/:uid/computeclusters/:computecluster
Returns the resources for vsphere compute cluster
Request
Path Parameters
computecluster stringrequired
computecluster for which resources is requested
uid stringrequired
VSphere datacenter uid for which resources is requested
Query Parameters
cloudAccountUid stringrequired
Uid for the specific VSphere cloud account
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...