Get Alert Plugin Types
Get the available Notification Plugin Types
Request
URI
GET
https://{api_host}/suite-api/api/alertplugins/types
COPY
Responses
200
List of Notification Plugin Type identifiers
Returns
alert-plugin-types
of type(s)
application/json
"{\n \"notificationPluginType\" : [ \"SNMP Trap\", \"StandardEmailPlugin\" ]\n}"
array of
string
notificationPluginType
Optional
List of supported Notification Plugin Types
array of
object
links
Optional
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/alertplugins/types
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