/mcp<ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: EnterpriseDatabaseConfig—Set This API allows an administrator to configure the enterprise database settings. If you do not specify the backupHost during a PUT operation but it was configured at an earlier time, the PUT operation resets the value for this parameter to blank. Note The URI for this API contains the query parameter override. This parameter is optional and can be set to true or false. Certain errors returned by this API can be overridden. If an error can be overridden, it contains an override XML element within the body with a value of "true". If Finesse cannot connect to the Enterprise database with the supplied parameters, the following error is returned. <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorMessage>Enterprise Database Connection Validation Failed</ErrorMessage> <ErrorData>Unable to authenticate against the primary enterprise database</ErrorData> <Overrideable>true</Overrideable> </ApiError> </ApiErrors> If this API is called with the query parameter override set to "true", the validation is skipped, the error is overridden, and the API continues to run. https://<FQDN>/finesse/api/EnterpriseDatabaseConfig?override='<true|false>' URI: https://finesse1.xyz.com/finesse/api/EnterpriseDatabaseConfig?override='true' Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <EnterpriseDatabaseConfig> <uri>/finesse/api/EnterpriseDatabaseConfig</uri> <host>10.1.1.1</host> <backupHost>10.1.1.2</backupHost> <port>1433</port> <databaseName>ucce8.x_awdb</databaseName> <domain>example.com</domain> <username>Admin</username> <password>password</password> </EnterpriseDatabaseConfig> HTTP Request: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 219 Cisco Finesse Configuration APIs EnterpriseDatabaseConfig—Set