Files
2023-11-07 15:05:21 +00:00

28 lines
2.5 KiB
ReStructuredText

.. code-block:: json
{ "http-client": {} }
+-----------------------------------+----------------------------------------------------------------------+
| Attribute | Description |
+===================================+======================================================================+
| **name** | | Mandatory HTTP client name. |
+-----------------------------------+----------------------------------------------------------------------+
| **http-client-group-id** | | Mandatory HTTP client identifier. |
| | | Range: 1 - 65535 |
+-----------------------------------+----------------------------------------------------------------------+
| **url** | | Mandatory HTTP request URL. |
+-----------------------------------+----------------------------------------------------------------------+
| **destination-port** | | TCP destination port. |
| | | Default: 80 Range: 1 - 65535 |
+-----------------------------------+----------------------------------------------------------------------+
| **autostart** | | Autostart HTTP client. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **start-delay** | | HTTP client start delay in seconds. |
| | | Default: 0 |
+-----------------------------------+----------------------------------------------------------------------+
| **destination-ipv4-address** | | Destination IPv4 address. |
+-----------------------------------+----------------------------------------------------------------------+
| **destination-ipv6-address** | | Destination IPv6 address. |
+-----------------------------------+----------------------------------------------------------------------+