SEND_ALERT
Send an alert to a 3rd party alerting/monitoring system (e.g. Splunk On-Call, PagerDuty, etc.).
Usage
SEND_ALERT(providerName, severity, title, message)
Parameters
providerName |
String |
The name of the alert provider definition. |
severity |
String |
The severity of the alert. |
title |
String |
The title of the alert. |
message |
String |
The description of the alert. |
Returns
Action
Remarks
The name of the alert provider definition must correspond to a valid configuration name for your model.