Update Commcell Activity Control
Select
SaaS
Customer Managed
This operation is used to update commcell activity control options.
- application/json
Request Body
commCellInfo object required
commCellActivityControlInfo object required
activityControlOptions object[] required
activityType integer- Backup: 1
- Restore: 2
- Aux Copy: 4
- Data Aging: 16
- Scheduler: 256
- DDB Activity: 2048
- Data Verification: 8192
enableAfterADelay booleanEnable a time delay to auto resume (then use the dateTime section - if not using this please delete that section)- false : Do not auto resume
enableActivityType booleandateTime object
TimeZoneID integerThe time zone of the time specified above. List of IDs and their timezones are available here
time integertime in epoch format of when the activity must get auto enabled
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
Loading...