/mcp— Content Type: XML Input/Output Format: — HTTP Request: 200: Success 401: Unauthorized 403: Forbidden 500: Internal Server Error HTTP Response: <SystemConfig> <uri>/finesse/api/SystemConfig</uri> <cti> <host>10.1.1.1</host> <port>42027</port> <backupHost>10.1.1.2</backupHost> <backupPort>42027</backupPort> <peripheralId>5000</peripheralId> <secure>true</secure> </cti> </SystemConfig> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: SystemConfig—Set This API allows an administrator to configure the CTI server settings. If you do not specify the backupHost and backupPort during a PUT operation but they were configured at an earlier time, the PUT operation removes these values from the database. Note https://<FQDN>/finesse/api/SystemConfig URI: https://finesse1.xyz.com/finesse/api/SystemConfig Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 207 Cisco Finesse Configuration APIs SystemConfig—Set
