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
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Conflict
{
"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