Get the Proxy Settings
Get the current proxy settings
Request
URI
GET
https://{opsmanager-installation}//api/v0/settings/proxy_settings
COPY
Responses
200
OK
Returns ProxySettings of type(s) application/json
{
"proxy_settings": {
"http_proxy": "string",
"https_proxy": "string",
"no_proxy": "string"
}
}
proxy_settings
Optional
proxy_settings