Get Alert Plugin Types

Get Alert Plugin Types

Get the available Notification Plugin Types

Request
URI
GET
https://{api_host}/suite-api/api/alertplugins/types
COPY
Authentication
This operation uses the following authentication methods.
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