Get Notification Template
Returns notification template for the specified id.
Notification template identifier
The notification template
"{\n \"templateId\" : \"23e10a37-ed94-4367-9897-b138fba97f83\",\n \"pluginTypeId\" : \"WebhookPlugin\",\n \"name\" : \"Template\",\n \"description\" : \"WebhookPlugin Description\",\n \"contentConfigs\" : [ {\n \"baseResourceKindKeyStats\" : {\n \"resourceKindKey\" : {\n \"resourceKind\" : \"Resource kind\",\n \"adapterKind\" : \"Adapter kind\"\n },\n \"stats\" : [ \"Property key\", \"Stat key\" ]\n },\n \"ancestorResourceKindKeys\" : [ {\n \"resourceKindKey\" : {\n \"resourceKind\" : \"Ancestor Resource kind\",\n \"adapterKind\" : \"Ancestor Adapter kind\"\n },\n \"stats\" : [ \"Ancestor Stat Key\", \"Ancestor Property Key\" ]\n } ],\n \"descendantResourceKindKeys\" : [ {\n \"resourceKindKey\" : {\n \"resourceKind\" : \"Descendant Resource kind\",\n \"adapterKind\" : \"Descendant Adapter kind\"\n },\n \"stats\" : [ \"Descendant Property Key\", \"Descendant Stat Key\" ]\n } ]\n } ],\n \"formattingTemplate\" : {\n \"type\" : \"WEBHOOK_TEMPLATE\",\n \"newAlertTemplate\" : {\n \"endpoint\" : \"/endpoint\",\n \"headers\" : [ {\n \"key\" : \"Content-type\",\n \"value\" : \"application/json\"\n }, {\n \"key\" : \"Header Key\",\n \"value\" : \"Header Value\"\n } ],\n \"method\" : \"POST\",\n \"payload\" : \"{\\\"startDate\\\":\\\"${CREATE_TIME}\\\"}\"\n }\n },\n \"templateType\" : \"ALERT\"\n}"
Notification template identifier
Notification template type
Name of the Notification template
Description of the Notification template
Latest user UUID which modified the template
Last time the template is modified
A set of template content configs
Formatting template
Collection of template properties. Applicable only for WebhookPlugin and EmailPlugin.
Attached rule count of the Notification template
Indicates whether the template is editable or not
Notification Template Type
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/notifications/templates/{id}