settings |
Object
|
optional
An object containing initial values for the new SendTupleAction instance.
Name |
Type |
Description |
fieldSubstitutions |
Object
|
optional
A map of field name to field value. Field values may refer to field values of the tuple that triggered this AlertRule or to properties of this AlertRule. Indicate tuple field values in the template by using the $ symbol. For example "Category"->"$category" would create a field called "Category" whose value is set to the category field value of the AlertRule-triggering tuple. The properties of this AlertRule may also be referenced in the message template. Fields: Name, Severity, Created, Owner, and ID may all be referenced by using ${AlertRule.fieldName} in the template string (e.g. ${AlertRule.Name}). |
sbUri |
String
|
optional
The StreamBase URI destination for the tuple. |
inputStream |
String
|
optional
The name of the stream to send the tuple to. |
|