Add Web Proxy
Add new Web Proxy server. By Default, maximum of 10 web proxy servers can be configured. Only admin users can perform this action.
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
"ProxyProfileIdResponse Object"
Entity Identifier created for the newly configured web proxy server
Bad Request
"ApiError Object"
code
message
details
Unauthorized
"ApiError Object"
code
message
details
Forbidden
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/settings/proxy-servers