Enable Activity Control For Entity
API to enable activity control for an entity Available activityType are 1 - Backup, 2 - Restore, 16 - Archieve pruning/ data aging 128 - All Job Activity, 256 - Scheduler
Path Parameters
- entityType int32 required
Entity type to enable activity control like subclient, instance, server, server group. Available entityType are 3 - server 4 - Application type 5 - instance 7 - subclient 28 - server group
- entityId int32 required
Entity Id to enable activity control like subclient, instance, server, server group.
- activityType int32 required
denotes the activity type being considered
Query Parameters
- clientId int32
clientId is mandatory when application entity type is passed
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...