Modify Alert Plugin State Using PUT
Start or stop an existing Notification Plugin Instance
Request
URI
PUT
https://{api_host}/api/alertplugins/{pluginId}/enable/{enabled}
COPY
Path Parameters
boolean
enabled
Required
enabled
string
pluginId
Required
The identifier of the plugin instance
Responses
204
The notification plugin is started successfully
Operation doesn't return any data structure
Alert Plugins Operations
POST
Create Alert Plugin Using POST
DELETE
Delete Alert Plugin Using DELETE
GET
Get Alert Plugin Instance Using GET
GET
Get Alert Plugins Of Type Using GET
GET
Get Alert Plugin Types Using GET
GET
Get Alert Plugin Type With Id Using GET
GET
Get Rules Of Plugin Using GET
PUT
Modify Alert Plugin State Using PUT
PATCH
Patch Alert Plugin Using PATCH
PUT
Update Alert Plugin Using PUT