Webex · Schema

MediaHealthMonitoringTestResultsSuccess

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
timestamp string The timestamp of the test run.
id string Unique ID of the test.
testResults array Test results of Media Signalling, SIP Signalling, Media Cascade runs.
View JSON Schema on GitHub

JSON Schema

webex-mediahealthmonitoringtestresultssuccess-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MediaHealthMonitoringTestResultsSuccess",
  "title": "MediaHealthMonitoringTestResultsSuccess",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string",
      "example": "2022-03-15T15:53:00Z",
      "description": "The timestamp of the test run."
    },
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
      "description": "Unique ID of the test."
    },
    "testResults": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/MediaSignallingtestResultSuccess"
          },
          {
            "$ref": "#/components/schemas/MediaCascadetestResultSuccess"
          },
          {
            "$ref": "#/components/schemas/SIPSignallingtestResultSuccess"
          }
        ]
      },
      "description": "Test results of Media Signalling, SIP Signalling, Media Cascade runs."
    }
  }
}