Class: InvokeHTTPAction

LiveView.AlertRule. InvokeHTTPAction

new LiveView.AlertRule.InvokeHTTPAction(settings)

Action that will send an http request.
Name Type Description
settings Object optional An object containing initial values for the new InvokeHTTPAction instance.
Name Type Description
URL String optional The URL that the request is sent to.
method String optional Method type of the request.
headers Object optional A key-value map of headers to be sent as part of the request.
queryParameters Object optional A key-value map of query parameters in the request.
body String optional Body content of the request.

Extends

Members

URLString

The URL that the request is sent to.

methodString

Method type of the request.

headersObject

A key-value map of headers to be sent as part of the request.

queryParametersObject

A key-value map of query parameters in the request.

bodyString

Body content of the request.

enabledboolean

Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).