Get Summary of a Plan
Select
Get Summary of a Plan
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
plans object[]
plan object
id int32name stringplanType stringPossible values: [
Server
,Laptop
,FSIBMiVTL
,ExchangeJournal
,ExchangeUser
,Office365
,DataClassification
,Archiver
,CDM
,ObjectStore
,DLO
,Database
,Snap
,FSServer
,VSAServer
,Dynamics365
]parentPlan object
id int32name stringtargetApp string[]Possible values: [
NOT_AVAILABLE
,FILE_STORAGE_OPTIMIZATION
,SENSITIVE_DATA_GOVERNANCE
,CASE_MANAGER
,CONTENT_INDEXING
,THREAT_ANALYSIS
]This tells the content indexing target apps for data classification plans
associatedEntities int32Count of associated entities for the plan
RPO int32RPO in minutes for the plan
numberOfCopies int32Number of copies for the plan
status stringPossible values: [
ENABLED
,DISABLED
,INCOMPLETE
,HIDDEN
,BACKUP_DISABLED
]missingEntities object[]
For plans in incomplete state contains list of entities missing from the plan
id int32name stringresourcePool object[]
This lists the various resource Pools of different app types associated with storage pools of plan
id int32name stringtags object[]
Tags associated with this plan
id int32name stringvalue stringcompany object
id int32name stringcommcell stringTells which commcell this plan belongs to.
derivable booleanTells if this plan can be used to derive from and create a new child plan
globalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status string- plansCount int32
Number of plans returned
{
"plans": [
{
"plan": {
"id": 0,
"name": "string"
},
"planType": "Server",
"parentPlan": {
"id": 0,
"name": "string"
},
"targetApp": [
"NOT_AVAILABLE"
],
"associatedEntities": 0,
"RPO": 0,
"numberOfCopies": 0,
"status": "ENABLED",
"missingEntities": [
{
"id": 0,
"name": "string"
}
],
"resourcePool": [
{
"id": 0,
"name": "string"
}
],
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"company": {
"id": 0,
"name": "string"
},
"commcell": "string",
"derivable": true,
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
],
"plansCount": 0
}
Requested Details not found