Summary
The RequestSender is a component allowing you to send a request. Similarly to the RestQuery component, it will build a request using his own HttpConfig the HttpConfigs present in its ancestors.
It is independant of the RestNetwork polling mechanism, you either trigger it by hand or through the ExecutionTime.
Implementation
To create a RequestSender , drag the component from the palette to any place in a RestNetwork.
-
Configure the HttpConfig to send your desired request.
-
Configure the ExecutionTime to send your request regularly (Optionnal).
Properties
-
Status: RestQuery status. Can be {ok}, {disabled}, {fault}, {alarm}, {down}, {unackedAlarm}.
-
Fault Cause: Indicates the RestQuery fault reason.
-
ExecutionTime: Component firing the request at configured times.
-
Http Config: Configures the HTTP request. For more details, see the article Http Config.
Actions
-
SendRequest: The action launches an HTTP request based on the entire Http Config between the RestNetwork and the RequestSender where the action originates.