Webex · Schema

FailureDetails1

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-failuredetails1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FailureDetails1",
  "title": "FailureDetails1",
  "type": "object",
  "properties": {
    "possibleFailureReason": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "DNS Resolution issue detected in the Video Mesh Node [Error Code: 1302]."
      },
      "description": "Possible reasons for failure for the test."
    },
    "possibleRemediation": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Please ensure that the configured DNS Servers are correct and healthy, and verify the network settings are adhering to the Video Mesh Deployment Guide. If the issue persists, please contact Cisco Support."
      },
      "description": "Possible fixes for the failures mentioned above."
    }
  }
}