Modify Alert Plugin State

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


Authentication
This operation uses the following authentication methods.
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}