PUT

Edit the MR PG connection configuration.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/contactcenter/mrconfig/default

HTTPS method:

PUT

Input and output format:

XML

Example XML request payload:


<MRconfig>
 <enabled>false</enabled>
 <port>38001</port>
 <hostA>myhostname.abc.com</hostA>
 <hostB>ccx.host.xyz.com</hostB>
  <secured>true</secured>
</MRconfig>

Parameters:

  • enabled: a Boolean flag to enable or disable the MR configuration.
    • If false: MR PG configuration is ignored and no connections are accepted.
    • If true and no hostnames are set: any connection is accepted.
    • If true and at least one hostname is specified: only connections matching the specified hosts are allowed.
  • hostA, hostB: host identifiers of the MR PG servers. Any identifier can be specified (for example, IPv4 or hostname), as long as it can be resolved to the actual IP address of the server(s). The combined length of the host strings is limited to 254 characters.
  • port: the port number that the MR PG uses to connect to Customer Collaboration Platform. Defaults to 38001. The valid range is 10000 - 65535.
  • Secured: a Boolean flag to enable or disable secure transport mode for MR interface.
    • If false: MR communication is over plain TCP channel.
    • If true: MR communication is secured over TLSv1.2 channel.