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. |
|