Skip to main content

Enable an Alert

This operation enables an alert.

More Details

Path Parameters
  • alertId2 string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /alertrule/:alertid2/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
alertId2 — path required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/AlertRule/:alertId2/Action/Enable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'