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.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
Syntax
C# | Visual Basic | Visual C++ |
public interface IInvokeHttpAction : IAlertRuleAction
Public Interface IInvokeHttpAction _ Inherits IAlertRuleAction
public interface class IInvokeHttpAction : IAlertRuleAction
Members
All Members | Properties |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
ActionType |
The type of action that will be taken when the alert fires.
(Inherited from IAlertRuleAction.) | |
Body |
The Body of the request
| |
Description |
The description text for this alert rule.
(Inherited from IAlertRuleAction.) | |
Headers |
The map of headers.
Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
| |
IsEnabled |
Whether this action is currently enabled.
(Inherited from IAlertRuleAction.) | |
Method |
The HTTP method to use
| |
QueryParameters |
The map of QueryParameters.
Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
| |
URL |
The base URL to access
|