Skip to main content

Disable ignore higher-level operation window rules feature

This API is used disable 'ignore operation window at higher levels'

Query Parameters
  • clientId string
  • appTypeId string
  • instanceId string
  • backupsetId string
  • subclientId string
Responses

OK


Schema
  • error object
  • errorCode integer
PUT /operationwindow/ignorehigherlevelrules/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — query
appTypeId — query
instanceId — query
backupsetId — query
subclientId — query
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/OperationWindow/IgnoreHigherLevelRules/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'