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