ClusterConfig

The ClusterConfig object is a container element that holds Finesse cluster configuration. This container supports the addition of a single, secondary Finesse node. After the secondary Finesse node is installed and ready, it becomes part of the cluster.

Note

ClusterConfig APIs apply only to Finesse deployments with Unified CCE. Because you need not configure cluster settings for Unified CCX deployments, these APIs are not supported for Finesse with Unified CCX.

This feature also reports replication status. Replication status determines whether a user is allowed to or restricted from changing the value of the secondary node.

The Finesse server interacts with the VOS database to get and set information about the secondary node.

The ClusterConfig object is structured as follows:

Code Snippet
Copy<ClusterConfig>
   <uri>/finesse/api/ClusterConfig</uri>
   <secondaryNode>
      <host></host>
   </secondaryNode>
</ClusterConfig>
Note

Any changes made to the settings through the ClusterConfig API will require a Cisco Finesse Tomcat restart.