Get Alert Plugins Of Type Using GET

Get Alert Plugins Of Type Using GET

Get Notification Plugins, optionally filtered for a specific type

Request
URI
GET
https://{api_host}/api/alertplugins
COPY
Query Parameters
string
pluginTypeId
Optional

The notification type


Authentication
This operation uses the following authentication methods.
Responses
200

List containing Notification Plugins

Returns notification-plugins of type(s) application/json
{
    "notificationPluginInstances": [
        {
            "certificates": [
                {
                    "certificateDetails": "string",
                    "expires": "string",
                    "issuedBy": "string",
                    "issuedTo": "string",
                    "thumbprint": "string"
                }
            ],
            "configValues": [
                {
                    "name": "string",
                    "value": "string"
                }
            ],
            "description": "string",
            "enabled": false,
            "name": "string",
            "pluginId": "string",
            "pluginTypeId": "string",
            "version": 0
        }
    ]
}
notificationPluginInstances
Optional

Collection of notification plugin instances