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
resourcePool object
{
"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
}
GET /v4/workload/resourcepool
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'