WebProxyRequest

WebProxyRequest
WebProxyRequest
JSON Example
{
    "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"
}
string
nick_name
Optional

Descriptor or identifier for particular web proxy. It should be unique

string
target_ip
Optional

IP address of web Proxy server

integer
target_port
Optional

Port number of web Proxy server

string
proxy_type
Optional

Type of web Proxy being configured. [Permitted Values - HTTP/HTTPS]

string
auth_type
Optional

Type of authentication. [Permitted Values - Basic/NTLM]

boolean
use_credentials
Optional

Credentials required for this web proxy

string
user_name
Optional

Username for web proxy authentication

string
password
Optional

Password for web proxy authentication