Get Resource Pools
Get All Resource Pools
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
resourcePools object[]
Resource Pool Summary.
id int32Resource Pool id
name stringResource Pool name.
solutionType stringPossible 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 int32name stringindexServer object
id int32name stringaccessNodes object[]
List of access nodes associated to the resource pool
id int32name stringtype stringPossible values: [
CLIENT,CLIENT_GROUP]Default value:
CLIENTassociatedPlans int32Refers to the number of plans associated to the resource pool.
isIndexingEnabledOnAnyPlan booleanDenotes if the resource pool is associated to any plan with indexing enabled
{
"resourcePools": [
{
"id": 0,
"name": "string",
"solutionType": "GENERIC",
"storage": {
"id": 0,
"name": "string"
},
"indexServer": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string",
"type": "CLIENT"
}
],
"associatedPlans": 0,
"isIndexingEnabledOnAnyPlan": true
}
]
}
Requested Details not found
Loading...