Get Proxy Configuration
Get the current Proxy configuration
OK
{
"isConfigured": false,
"isEnabled": false,
"host": "10.0.0.250",
"port": 3128,
"transferProtocol": "One among: HTTP, HTTPS",
"username": "string",
"password": "string",
"isAuthenticated": false
}
Defines if the proxy is configured.
Defines if the proxy configuration is enabled. To disable the proxy, this should be set to false.
IP address/FQDN of proxy server. This must be set if proxy is enabled.
Port of proxy server. This must be set if proxy is enabled.
Proxy transfer protocol, default value is HTTP
User name to connect
User password to connect, will return null on reading
If proxy authentication is required, isAuthenticated must be enabled and username and password should be set.
Bad request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
Internal server error
curl -H 'Authorization: <value>' https://{api_host}/v1/system/proxy-configuration