Proxy API Parameters

Parameters are optional unless otherwise noted.

Parameter

Description

Notes

enabled

True or false. Defines whether or not proxy use is enabled.

Defaults to false.

host

The fully-qualified hostname or IP address of the proxy server.

Required if enabled parameter is true.

port

The https port for the proxy server.

Required if enabled parameter is true.

exclusions

A list of host names to exclude from being used by the proxy.

The exclusion list is limited to 255 total characters (not including the <exclusion> tags). There is an additional character per item in the list that acts as a separator.

Wildcards can be used. Examples:

  • localhost
  • *.cisco.com
  • xxx.yy.*