Webex · Schema

ReachabilityTestresultsFailure

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
ipAddress string Destination IP address.
port number Port number.
reachable boolean Port reachability information.
View JSON Schema on GitHub

JSON Schema

webex-reachabilitytestresultsfailure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReachabilityTestresultsFailure",
  "title": "ReachabilityTestresultsFailure",
  "type": "object",
  "properties": {
    "ipAddress": {
      "type": "string",
      "example": "1.1.1.1",
      "description": "Destination IP address."
    },
    "port": {
      "type": "number",
      "example": 51004,
      "description": "Port number."
    },
    "reachable": {
      "type": "boolean",
      "description": "Port reachability information."
    }
  }
}