Skip to main content

Get Operation Rules

Select

SaaS
Customer Managed

This operation returns a list of operation rules. More Details

Query Parameters
  • clientId string
Responses

OK


Schema
  • error object
  • errorCode integer
  • operationWindow object[]
  • ruleEnabled boolean
  • endDate integer
  • level integer
  • name string
  • ruleId integer
  • startDate integer
  • operations integer[]
  • dayTime object[]
  • startTime integer
  • endTime integer
  • dayOfWeek integer[]
GET /operationwindow/opwindowlist    

Authorization

type: apiKeyname: Authtokenin: header

Request

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