ProxyConfiguration

ProxyConfiguration
ProxyConfiguration
JSON Example
{
    "type": "string",
    "host": "string",
    "port": 0,
    "user": "string"
}
string
type
Optional

Type of configured proxy. In case no proxy is configured the returned value is 'none'.

Possible values are : none, http, https,
string
host
Optional

Host of the configured proxy. In case no proxy is configured the returned value is 'direct'.

integer
port
Optional

Port of the configured proxy.

string
user
Optional

Proxy's user if authentication is enabled.