Get Summary of a Plan
Get Plan Summary
- 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
- 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
}
],
"plansCount": 0
}
Requested Details not found