Juniper Networks · Schema

SiteStats

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
num_ap integer
num_ap_connected integer
num_switch integer
num_gateway integer
num_clients integer
View JSON Schema on GitHub

JSON Schema

juniper-sitestats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SiteStats",
  "title": "SiteStats",
  "type": "object",
  "properties": {
    "num_ap": {
      "type": "integer"
    },
    "num_ap_connected": {
      "type": "integer"
    },
    "num_switch": {
      "type": "integer"
    },
    "num_gateway": {
      "type": "integer"
    },
    "num_clients": {
      "type": "integer"
    }
  }
}