McDewey

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

Page 350

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

SystemInfo APIs SystemInfo—Get This API allows a user to get information about the Finesse system. https://<FQDN>/finesse/api/SystemInfo URI: https://finesse1.xyz.com/finesse/api/SystemInfo Example URI: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 500: Internal Server Error HTTP Response: <SystemInfo> <currentTimestamp>2019-12-18T04:11:06.385Z</currentTimestamp> <deploymentType>UCCE</deploymentType> <lastCTIHeartbeatStatus>success</lastCTIHeartbeatStatus> <lastSuccessCTIHeartbeatTime>1576642265936 </lastSuccessCTIHeartbeatTime> <ctiVersion>23</ctiVersion> <ctiHeartbeatInterval>2</ctiHeartbeatInterval> <license></license> <peripheralId>5001</peripheralId> <primaryNode> <host>finesse25.autobot.cvp</host> </primaryNode> <secondaryNode> <host>finesse125.autobot.cvp</host> </secondaryNode> <status>IN_SERVICE</status> <statusReason></statusReason> <systemAuthMode>NON_SSO</systemAuthMode> <timezoneOffset>-480</timezoneOffset> <uri>/finesse/api/SystemInfo</uri> <xmppDomain>finesse25.autobot.cvp</xmppDomain> <xmppPubSubDomain>pubsub.finesse25.autobot.cvp</xmppPubSubDomain> </SystemInfo> Example Response: <ApiErrors> <ApiError> <ErrorType>Internal Server Error</ErrorType> <ErrorMessage>Runtime Exception</ErrorMessage> <ErrorData></ErrorData> </ApiError> </ApiErrors> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 334 Cisco Finesse Serviceability APIs SystemInfo APIs