Skip to main content

Enable Alert Custom Rule

Select

SaaS
Customer Managed

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

Path Parameters
  • alertRuleId int32 required

    Unique Id of the alert custom rule to enable it

Responses

Success


Schema
  • errorCode int32

    error code value

  • attributes object[]

    list of attributes

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

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/Enable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'