Get Resource Pools
Select
Get All Resource Pools
- 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
,SQL_SERVER
,ORACLEDB
,DB2
,ACTIVE_DIRECTORY
,DATABASE
,PHYSICAL_SERVER
,GOOGLE_CLOUD_PLATFORM
]resourcePoolType stringPossible values: [
NONE
,WORKLOAD
,STORAGE
]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:
CLIENT
associatedPlans 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
region object
id int32name stringmediaAgentGroup object
id int32name stringworkloads object[]
List of workloads associated to the resource pool
id int32name stringsolutions object[]
List of solutions associated to the resource pool
id int32name string
{
"resourcePools": [
{
"id": 0,
"name": "string",
"solutionType": "GENERIC",
"resourcePoolType": "NONE",
"storage": {
"id": 0,
"name": "string"
},
"indexServer": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string",
"type": "CLIENT"
}
],
"associatedPlans": 0,
"isIndexingEnabledOnAnyPlan": true,
"region": {
"id": 0,
"name": "string"
},
"mediaAgentGroup": {
"id": 0,
"name": "string"
},
"workloads": [
{
"id": 0,
"name": "string"
}
],
"solutions": [
{
"id": 0,
"name": "string"
}
]
}
]
}
Requested Details not found