Webex · Schema

TriggeredTestResult

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
type string Test type of the command ID.
commandId string The unique ID for the test being executed.
orgId string Unique ID of the organization.
results array
View JSON Schema on GitHub

JSON Schema

webex-triggeredtestresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TriggeredTestResult",
  "title": "TriggeredTestResult",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "MediaHealthMonitorTest",
      "description": "Test type of the command ID."
    },
    "commandId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
      "description": "The unique ID for the test being executed."
    },
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
      "description": "Unique ID of the organization."
    },
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TestClustersResult"
      }
    }
  }
}