Webex · Schema

ReachabilityTestresultsfornode

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Unique ID of the organization.
from string Start date and time (inclusive) of the Reachability test results data.
to string End date and time (inclusive) of the Reachability test results data.
items array Reachability test results data.
View JSON Schema on GitHub

JSON Schema

webex-reachabilitytestresultsfornode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReachabilityTestresultsfornode",
  "title": "ReachabilityTestresultsfornode",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
      "description": "Unique ID of the organization."
    },
    "from": {
      "type": "string",
      "example": "2023-01-15T15:53:00Z",
      "description": "Start date and time (inclusive) of the Reachability test results data."
    },
    "to": {
      "type": "string",
      "example": "2023-01-20T15:53:00Z",
      "description": "End date and time (inclusive) of the Reachability test results data."
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ReachabilityTestResultsforoneclusteronenode"
      },
      "description": "Reachability test results data."
    }
  }
}