GET Retrieves the proxy configuration. URL: https://<ServerIP>:<Port>/ccp-webapp/ccp/proxy/default HTTPS method: GET Example XML response: Code SnippetCopy <Proxy> <host>[ServerIP]</host> <port>[Port]</port> <exclusions> <exclusion>localhost</exclusion> <exclusion>*.cisco.com</exclusion> </exclusions> <enabled>true</enabled> <refURL> https://[ServerIP]:[Port]/ccp-webapp/ccp/ proxy/default </refURL> </Proxy>