Skip to main content

Disable Activity Control For Entity

Select

SaaS
Customer Managed

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
Loading...