Rest Api Poller Request Config Args
The request configuration.
Constructors
Properties
The API endpoint.
The query parameter name which the remote server expect to end query. This property goes hand to hand with startTimeAttributeName
The HTTP method, default value GET.
Flag to indicate if HTTP POST payload is in JSON format (vs form-urlencoded).
The HTTP query parameters to RESTful API.
the query parameters template. Defines the query parameters template to use when passing query parameters in advanced scenarios.
The query time format. A remote server can have a query to pull data from range 'start' to 'end'. This property indicate what is the expected time format the remote server know to parse.
The query parameter name which we need to send the server for query logs in time interval. Should be defined with queryTimeIntervalPrepend
and queryTimeIntervalDelimiter
The delimiter string between 2 QueryTimeFormat in the query parameter queryTimeIntervalAttributeName
.
The string prepend to the value of the query parameter in queryTimeIntervalAttributeName
.
The query window in minutes for the request.
The Rate limit queries per second for the request..
The retry count.
The query parameter name which the remote server expect to start query. This property goes hand to hand with endTimeAttributeName
.
The timeout in seconds.