Get Resource Pool Info For Workload
Select
SaaS
Customer Managed
Calle
Query Parameters
- resourcePoolType string required
Possible values: [
NONE
,WORKLOAD
,STORAGE
]Resource Pool Type
- regionId integer required
Resource Pool Region
- workloadId integer
Workload for which configured Resource Pool is required
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- isResourcePoolConfigured boolean
Is resource pool configured
company object
Company of the configure resource pool
id int32name stringresourcePool object
resource pool information, returned only if the user have rights on it
id int32name string
{
"isResourcePoolConfigured": true,
"company": {
"id": 0,
"name": "string"
},
"resourcePool": {
"id": 0,
"name": "string"
}
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...