Webex · Schema

NodeStatusList2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
nodeId string Unique ID of the Video Mesh node.
status string Status of the test triggered.
View JSON Schema on GitHub

JSON Schema

webex-nodestatuslist2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NodeStatusList2",
  "title": "NodeStatusList2",
  "type": "object",
  "properties": {
    "nodeId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOWUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFjOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGU5OTc4Zjk5MDJl",
      "description": "Unique ID of the Video Mesh node."
    },
    "status": {
      "type": "string",
      "enum": [
        "Dispatched",
        "Completed",
        "Errored"
      ],
      "description": "Status of the test triggered."
    }
  }
}