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