PUT

Updates the socks proxy configuration.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/socksProxy

https://<ServerIP>:<Port>/ccp-webapp/ccp/socksProxy

HTTPS method:

PUT

Parameters:

See Socks Proxy API Parameters

Example XML request payload:


<SocksProxy>
    <enabled>true</enabled>
    <hostname>socksserver IP or FQDN</hostname>
    <port>1080</port>
    <username>username</username>
    <password>password</password>
 </SocksProxy>

HTTPS response headers:

400 Bad Request

401 Unauthorized

500 Internal Server Error

200 OK: Success