/mcp<ClusterConfig> <uri>/finesse/api/ClusterConfig</uri> <secondaryNode> <host>10.1.1.1</host> </secondaryNode> </ClusterConfig> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: ClusterConfig—Set This API allows an administrator to configure cluster settings for Finesse. https://<FQDN>/finesse/api/ClusterConfig URI: https://finesse1.xyz.com/finesse/api/ClusterConfig Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <ClusterConfig> <uri>/finesse/api/ClusterConfig</uri> <secondaryNode> <host>10.1.1.1</host> </secondaryNode> </ClusterConfig> HTTP Request: host (required): Hostname or IP address of the secondary Finesse server Request Parameters: 200: Success 400: Invalid Input 400: Parameter Missing 401: Authorization Failure 403: Forbidden 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorMessage>host</ErrorMessage> <ErrorData>10.1.1</ErrorData> </ApiError> </ApiErrors> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 216 Cisco Finesse Configuration APIs ClusterConfig—Set