/mcp<?xml version="1.0" encoding="UTF-8" ?> <dp:GetProductLicenseReply ReturnCode="1" ErrorString="License file license.txt could not be read" xmlns:dp="http://www.cisco.com/vtg/diagnosticportal"> <dp:Schema Version="1.0"/> </dp:GetProductLicenseReply> Example Failure Response: Diagnostic Portal—Get Product Version This API allows an administrator to get product version information for Finesse. https://FQDN/finesse-dp/rest/DiagnosticPortal/GetProductVersion URI: https://finesse1.xyz.com/finesse-dp/rest/DiagnosticPortal/GetProductVersion Example URI: A user must be signed in as an administrator to use this API. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success All requests that reach the Finesse Diagnostic Portal web application return a 200 response. However, requests that are not successfully handled return XML that includes an error code and optionally, an error string. Note 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <dp:GetProductVersionReply xmlns:dp="http://www.cisco.com/vtg/ diagnosticportal" ReturnCode="0"> <dp:Schema Version="1.0"/> <dp:ProductVersion VersionString="10.5(1)" Maintenance="1" Minor="5" Major="10" Name="Cisco Finesse"/> dp:ComponentVersionList/ </dp:GetProductVersionReply> Successful Response: <?xml version="1.0" encoding="UTF-8" ?> <dp:GetProductLicenseReply ReturnCode="1" ErrorString="License file license.txt could not be read" xmlns:dp="http://www.cisco.com/vtg/ diagnosticportal"> <dp:Schema Version="1.0"/> </dp:GetProductLicenseReply> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 339 Cisco Finesse Serviceability APIs Diagnostic Portal—Get Product Version