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
{
"proxy_id": "web-proxy-er67ght8kn67"
}
Entity Identifier created for the newly configured web proxy server
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Forbidden
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message