Get Alert Plugin Types Using GET
Get the available Notification Plugin Types
Request
URI
GET
https://{api_host}/api/alertplugins/types
COPY
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 string
notificationPluginType
Optional
List of supported Notification Plugin Types
Alert Plugins Operations
POST
Create Alert Plugin Using POST
DELETE
Delete Alert Plugin Using DELETE
GET
Get Alert Plugin Instance Using GET
GET
Get Alert Plugins Of Type Using GET
GET
Get Alert Plugin Types Using GET
GET
Get Alert Plugin Type With Id Using GET
GET
Get Rules Of Plugin Using GET
PUT
Modify Alert Plugin State Using PUT
PATCH
Patch Alert Plugin Using PATCH
PUT
Update Alert Plugin Using PUT