Get Proxy Configuration

HTTPS Method

GET

URI

https://<server>/adminapi/proxyConfig

Example URI

https://uccx-Server/adminapi/proxyConfig

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400, 500

Error Codes

Success Response

<?xml version="1.0" encoding="UTF-8"?>
<proxyConfig>
<httpProxy>
<hostName>proxy.esl.cisco.com</hostName>
<port>80</port>
</httpProxy>
<socksProxy>
<hostName>socks.proxy.com</hostName>
<Port>1080</Port>
<userName>Administrator</userName>
<password>12Ccbu12</password>
</socksProxy>
</proxyConfig>