Skip to main content

Disable Alert Notification

This operation removes a notification type from an alert. Alerts must have at least one notification type, so disabling the only remaining notification type is not allowed.

More Details

Path Parameters
  • alertId2 string required
Responses

OK


Schema
  • errorCode integer
POST /alertrule/:alertid2/notificationtype/1/action/disable    

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/notificationType/1/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'