Get Alert Plugin Types Using GET

Get Alert Plugin Types Using GET

Get the available Notification Plugin Types

Request
URI
GET
https://{api_host}/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
{
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "notificationPluginType": [
        "string"
    ]
}
array of link
links
Optional

links

array of string
notificationPluginType
Optional

List of supported Notification Plugin Types