[Missing <summary> documentation for "N:StreamBase.LiveView.API.Alerts"]
Types
| All Types | Interfaces | Enumerations |
| Name | Description | |
|---|---|---|
| ActionType |
The type of action taken when the alert triggers.
| |
| AlertType |
The type of alert rule -- query-based or time-based (a.k.a. cron-based).
| |
| IAlertManager |
This class provides access to alert-related functionality.
| |
| IAlertRule |
Represents an alert rule suitable for residing in a TIBCO Live Datamart server.
Properties managed by the server include, but are not limited to, the id, enabled status
and validation status.
| |
| IAlertRuleAction |
Represents the action taken when an alert triggers.
| |
| IExecuteJavaAction |
An action that will execute a java action on the server.
Note that this requires expressed privileges, and possibly authentication.
| |
| IExecuteOSCommandAction |
Executes an OS Command when the alert triggers.
| |
| IInvokeHttpAction |
An action that will cause a REST request to be sent when this alert is triggered
Note that this requires expressed privileges, and possibly authentication.
| |
| IIssueDeleteQueryAction |
Issues a Delete query when the alert is triggered.
| |
| ILVPublishAlertAction |
Publish to an arbitrary table when this alert triggers.
| |
| IPublishAlertAction |
Add an alert to the alerts table when this alert triggers.
| |
| ISendEmailAction |
Causes an email to be sent when this alert is triggered.
| |
| ISendTupleAction |
Sends a Tuple to a named InputStream when the alert triggers.
|