Skip to main content

Retrieve Commcell Activity Control

Select

SaaS
Customer Managed

This operation is used to retrieve activity control status for commcell

Responses

OK


Schema
  • acObjects object[]
  • reEnableTime integer
  • noSchedEnable boolean
  • reenableTimeZone integer
  • activityType integer
    • Backup: 1
    • Restore: 2
    • Aux Copy: 4
    • Data Aging: 16
    • Scheduler: 256
    • DDB Activity: 2048
    • Data Verification: 8192
  • enabled boolean
GET /commcell/activitycontrol    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/ActivityControl' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'