ProxyConnection
ProxyConnection
Proxy connection to use for test. Only one of proxyConnection and preConfiguredProxy can be specified. If neither is specified, then no proxy is used to test the connection.
JSON Example
{
"proxyHost": "string",
"proxyPort": 0,
"proxyUsername": "string",
"proxyPassword": "string",
"proxySecure": false
}
string
proxyHost
Required
Constraints:
maxLength: 256
The host (or IP address) of the proxy.
integer
proxyPort
Required
The port to use when connecting to the proxy.
string
proxyUsername
Optional
Constraints:
maxLength: 256
Username to authenticate to the proxy.
string
proxyPassword
Optional
Constraints:
maxLength: 256
Password to authenticate to the proxy.
boolean
proxySecure
Optional
Constraints:
default: true
If the connection to the proxy should use https.