Endpoint
/api/v2/externalproxy
connection
string

Type of network connection: direct or proxy

proxy_ip
string

Proxy IP address for the network.

proxy_port
string

Port for the proxy IP address.

proxy_pwd
string

Proxy password.

proxy_usr
string

Proxy user name.

{
  "connection": "direct",
  "proxy_ip": "\u003cip\u003e",
  "proxy_port": "\u003cport\u003e",
  "proxy_pwd": "\u003cproxypassword\u003e",
  "proxy_usr": "\u003cproxyuser\u003e"
}

Responses

OK

Success
string

{
  "Success": "Successfully updated proxy settings."
}