Get PlanRule Entities Excluded
API to get excluded workloads from plan rule evaluation framework
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
entities object[]
Details of entity excluded for plan association via plan rules.
subclient object
id int32name stringbackupset object
id int32name stringinstance object
id int32name stringclient object
id int32name stringapptype object
id int32name string
{
"entities": [
{
"subclient": {
"id": 0,
"name": "string"
},
"backupset": {
"id": 0,
"name": "string"
},
"instance": {
"id": 0,
"name": "string"
},
"client": {
"id": 0,
"name": "string"
},
"apptype": {
"id": 0,
"name": "string"
}
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...