Skip to main content

Enable Alert Definitions

Enable Alert Definitions

Path Parameters
  • id int32 required
Responses

Success


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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