Webex · Schema

FailureDetails2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
possibleFailureReason array Possible reasons for failure for the test.
possibleRemediation array Possible fixes for the failures mentioned above.
View JSON Schema on GitHub

JSON Schema

webex-failuredetails2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FailureDetails2",
  "title": "FailureDetails2",
  "type": "object",
  "properties": {
    "possibleFailureReason": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Connectivity issue detected between the Video Mesh Node and the Webex Cloud [Error Code: 1106]."
      },
      "description": "Possible reasons for failure for the test."
    },
    "possibleRemediation": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "One or more Webex cloud services may not be responding. Retry the test after some time. If the issue persists, please contact Cisco Support."
      },
      "description": "Possible fixes for the failures mentioned above."
    }
  }
}