Skip to main content

Disable Alert Definitions

Select

SaaS
Customer Managed

Disable Alert Definition

Path Parameters
  • id int32 required
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/alertdefinitions/:id/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

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