SEND_ALERT_WITH_DATA
Send an alert to a 3rd party alerting/monitoring system (e.g. Splunk On-Call, PagerDuty, etc.). The alert is sent along with a snapshot of properties described by the selected data collection.
Usage
SEND_ALERT_WITH_DATA(providerName, severity, title, message, dataCollection)
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. |
dataCollection |
String |
The name of the data collection to send along with the alert. |
Returns
Action
Remarks
The name of the alert provider definition must correspond to a valid configuration name for your model.