InvokeHTTPAction

LiveView.AlertRule. InvokeHTTPAction

new InvokeHTTPAction(settingsopt)

Action that will send an http request.
Parameters:
Name Type Attributes Description
settings Object <optional>
An object containing initial values for the new InvokeHTTPAction instance.
Properties
Name Type Attributes 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

body :String

Body content of the request.
Type:
  • String

enabled :boolean

Inherited From:
Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
Type:
  • boolean

headers :Object

A key-value map of headers to be sent as part of the request.
Type:
  • Object

method :String

Method type of the request.
Type:
  • String

queryParameters :Object

A key-value map of query parameters in the request.
Type:
  • Object

URL :String

The URL that the request is sent to.
Type:
  • String