Update Web Proxy
Update the details of an existing Web Proxy Server. Only admin can perform this action.
The Entity ID of object requestion information on
Updated Web Proxy Details
{
"nick_name": "AWS web Proxy",
"target_ip": "10.11.11.102",
"target_port": 161,
"proxy_type": "HTTP",
"auth_type": "Basic/NTLM",
"use_credentials": true,
"user_name": "admin",
"password": "admin"
}
Descriptor or identifier for particular web proxy. It should be unique
IP address of web Proxy server
Port number of web Proxy server
Type of web Proxy being configured. [Permitted Values - HTTP/HTTPS]
Type of authentication. [Permitted Values - Basic/NTLM]
Credentials required for this web proxy
Username for web proxy authentication
Password for web proxy authentication
Success
Unauthorized
"ApiError Object"
code
message
details
Not Found
"ApiError Object"
code
message
details
Conflict
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/settings/proxy-servers/{id}