McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 180

↗ View in doc context
page
180
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::164

ClientLog APIs ClientLog—Post to Finesse This API is backward compatible with earlier versions of Finesse, it allows a user to submit client-side logs to the Finesse server. Cisco Finesse Release 12.5(1) onwards, use the CompressedClientLog—Post Compressed Log to Finesse, on page 165 https://<FQDN>/finesse/api/User/<id>/ClientLog URI: https://finesse1.xyz.com/finesse/api/User/1234/ClientLog Example URI: POST HTTP Method: Application/XML Content Type: XML Input/Output Format: <ClientLog> <logData> xxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxx\n </logData> </ClientLog> HTTP Request: id (required): The ID of the user logData (required): The log data that the client sends to the server Request Parameters: 202: Successfully Accepted This response only indicates a successful completion of the request. The request is processed and the actual response is sent as part of a CLIENT_LOG_EVENT that contains empty data elements and a matching requestId. Note 400: Parameter Missing 400: Invalid Input 400: Operation Failure 401: Authorization Failure 401: Invalid Authorization User Specified 405: Method Not Available HTTP Response: <ApiErrors> <ApiError> <ErrorType>User Not Found</ErrorType> <ErrorMessage>UNKNOWN_USER</ErrorMessage> <ErrorData>4023</ErrorData> </ApiError> </ApiErrors> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 164 Cisco Finesse Desktop APIs ClientLog APIs