Skip to main content

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

Success


Schema
  • isResourcePoolConfigured boolean

    Is resource pool configured

  • company object

    Company of the configure resource pool

  • id int32
  • name string
  • resourcePool object

    resource pool information, returned only if the user have rights on it

  • id int32
  • name string
GET /v4/workload/resourcepool    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
resourcePoolType — query required
regionId — query required
workloadId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Workload/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'