Webex · Schema

TriggeredTestStatus1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Unique ID of the organization.
commandId string The unique ID of the test being executed.
clusterId string Unique ID of the Video Mesh cluster.
nodes array
View JSON Schema on GitHub

JSON Schema

webex-triggeredteststatus1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TriggeredTestStatus1",
  "title": "TriggeredTestStatus1",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
      "description": "Unique ID of the organization."
    },
    "commandId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
      "description": "The unique ID of the test being executed."
    },
    "clusterId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
      "description": " Unique ID of the Video Mesh cluster."
    },
    "nodes": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/NodeStatusList1"
          },
          {
            "$ref": "#/components/schemas/NodeStatusList2"
          }
        ]
      }
    }
  }
}