Webex · Schema

networkTestsResultsResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Unique ID of the organization.
items array List of network test results for clusters.
View JSON Schema on GitHub

JSON Schema

webex-networktestsresultsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/networkTestsResultsResponse",
  "title": "networkTestsResultsResponse",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
      "description": "Unique ID of the organization."
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/networkTestResultsForCluster"
      },
      "description": "List of network test results for clusters."
    }
  }
}