Get Alert Plugin Type With Id Using GET
Get the Notification Plugin Type Metadata specified by Plugin Type ID
Request
URI
GET
https://{api_host}/api/alertplugins/types/{pluginTypeId}
COPY
Path Parameters
string
pluginTypeId
Required
The notification type
Responses
200
The Notification Plugin Metadata specified
Returns alert-plugin-type of type(s) application/json
{
"description": "string",
"id": "string",
"properties": [
{
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayOrder": 0,
"enum-values": [
"string"
],
"key": "string",
"length": 0,
"required": false
}
],
"rule-properties": [
{
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayOrder": 0,
"enum-values": [
"string"
],
"key": "string",
"length": 0,
"required": false
}
]
}
string
description
Optional
Description for the Alert Plugin Type
string
id
Optional
Identifier for the Alert Plugin Type
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