Proxy (Section)#
Path: /facilities/http/client{id}/proxy
Settings for the proxy the client should forward its requests through.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| scheme | enumeration | optional | https | The scheme that should be used when connecting to the proxy. |
| hostname | host | required | The hostname of the proxy. | |
| port | port-number | optional | The port of the proxy. If not set, the port will default to a value corresponding to the selected scheme; 443 for ‘https’, 80 for ‘http’ | |
| username | non-empty-string | optional | The username to use when authenticating to the proxy. | |
| password | non-empty-string | optional | The password to use when authenticating to the proxy. |