PUT

Updates the proxy configuration. By default, the configuration is blank and disabled.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/proxy/default

HTTPS method:

PUT

Parameters:

See Proxy API Parameters.

Example XML request payload:


<Proxy>
  <host>[ServerIP]</host>
  <port>[port]</port>
  <exclusions>
    <exclusion>localhost</exclusion>
    <exclusion>*.cisco.com</exclusion>
    <exclusion>161.44.*</exclusion>
    <exclusion>192.168.1.1</exclusion>
  </exclusions>
  <enabled>true</enabled>
</Proxy>