Get Alert Plugin Type With Id Using GET

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


Authentication
This operation uses the following authentication methods.
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

properties
Optional

List of Alert Plugin Type Properties

rule-properties
Optional

List of Notification Rule Properties