HTTP API Configuration Options
This section is OPTIONAL
The header for this section is [httpapi]
| Name | Mandatory | Type | Default | Description |
|---|---|---|---|---|
| bind_address | no | string | any | This parameter was introduced in version 7.23.0 The IP address or host name to bind the HTTP server to. |
| enable_http | no | boolean | false | This parameter was introduced in version 7.23.0 Enable HTTP server |
| http_server_port | no | integer | 9698 | This parameter was introduced in version 7.23.0 The TCP port that the HTTP server listens on Min: 0, Max: 65535 |
| enable_https | no | boolean | false | This parameter was introduced in version 7.23.0 Enable HTTPS server |
| https_server_port | no | integer | 9699 | This parameter was introduced in version 7.23.0 The TCP port that the HTTPS server listens on Min: 0, Max: 65535 |