Skip to main content

Disable Activity Control For Entity

API to disable 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 disable 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.

  • enableAfterDelayTime int32

    epoch timestamp on which activity control should be automatically enabled back

  • enableAfterDelayTimeZone int32

    timezone ID

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/entity/:entitytype/:entityid/activitycontrol/:activitytype/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
entityType — path required
entityId — path required
activityType — path required
clientId — query
enableAfterDelayTime — query
enableAfterDelayTimeZone — query
curl -L -X PUT 'https://localhost/webconsole/api/V4/Entity/:entityType/:entityId/ActivityControl/:activityType/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'