Proxy (Section)#

Path: /facilities/http/client{id}/proxy

Settings for the proxy the client should forward its requests through.

Parameters#

NameTypeRequiredDefaultDescription
schemeenumerationoptionalhttpsThe scheme that should be used when connecting to the proxy.
hostnamehostrequiredThe hostname of the proxy.
portport-numberoptionalThe 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’
usernamenon-empty-stringoptionalThe username to use when authenticating to the proxy.
passwordnon-empty-stringoptionalThe password to use when authenticating to the proxy.

Was this helpful?