Webex · Schema

MHMTestResult2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
testName string
testResult string
failureReason string
View JSON Schema on GitHub

JSON Schema

webex-mhmtestresult2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MHMTestResult2",
  "title": "MHMTestResult2",
  "type": "object",
  "properties": {
    "testName": {
      "type": "string",
      "example": "Media Cascade"
    },
    "testResult": {
      "type": "string",
      "example": "Failed"
    },
    "failureReason": {
      "type": "string",
      "example": "An internal error occurred in monitoring tool [Error Code:1003]. If the issue persists, please contact Cisco Support."
    }
  }
}