Endpoint
/api/v2/externalproxy
connectionstring
Type of network connection: direct or proxy
proxy_ipstring
Proxy IP address for the network.
proxy_portstring
Port for the proxy IP address.
proxy_pwdstring
Proxy password.
proxy_usrstring
Proxy user name.
{
"connection": "direct",
"proxy_ip": "\u003cip\u003e",
"proxy_port": "\u003cport\u003e",
"proxy_pwd": "\u003cproxypassword\u003e",
"proxy_usr": "\u003cproxyuser\u003e"
}
Responses
OK
Successstring
{
"Success": "Successfully updated proxy settings."
}