GET

Retrieves the socks proxy configuration.

URL:

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

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

HTTPS method:

GET

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>
 </SocksProxy>

HTTPS response headers:

401 Unauthorized

500 Internal Server Error

200 OK: Success