Update the Proxy Settings
Update the current proxy settings
Request
URI
PUT
https://{opsmanager-installation}//api/v0/settings/proxy_settings
COPY
Request Body
ProxySettings of type(s) application/json
Optional
{
"proxy_settings": {
"http_proxy": "string",
"https_proxy": "string",
"no_proxy": "string"
}
}
proxy_settings
Optional
proxy_settings
Responses
200
OK
Operation doesn't return any data structure
422
Unprocessable Entity
Operation doesn't return any data structure