Skip to main content

Get Resource Pools

Get All Resource Pools

Responses

Success


Schema
  • resourcePools object[]

    Resource Pool Summary.

  • id int32

    Resource Pool id

  • name string

    Resource Pool name.

  • solutionType string

    Possible values: [GENERIC, O365, SALESFORCE, EXCHANGE, SHAREPOINT, ONEDRIVE, TEAMS, DYNAMICS_365, VSA, FILESYSTEM, KUBERNETES, AZURE_AD, CLOUD_LAPTOP, FILE_STORAGE_OPTIMIZATION, DATA_GOVERNANCE, E_DISCOVERY]

  • storage object
  • id int32
  • name string
  • indexServer object
  • id int32
  • name string
  • accessNodes object[]

    List of access nodes associated to the resource pool

  • id int32
  • name string
  • type string

    Possible values: [CLIENT, CLIENT_GROUP]

    Default value: CLIENT

  • associatedPlans int32

    Refers to the number of plans associated to the resource pool.

  • isIndexingEnabledOnAnyPlan boolean

    Denotes if the resource pool is associated to any plan with indexing enabled

GET /v4/resourcepool    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/ResourcePool' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'