Skip to main content

Disable Alert Custom Rule

Select

SaaS
Customer Managed

Disable the alert custom rule by using the given alert rule id

Path Parameters
  • alertRuleId int32 required

    Unique Id of the alert custom rule to disable it

Responses

Success


Schema
  • errorCode int32

    error code value

  • attributes object[]

    list of attributes

  • name string
  • value string
PUT /alert/customrule/:alertruleid/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
alertRuleId — path required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Alert/CustomRule/:alertRuleId/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'