Juniper Networks · Schema

OrgStats

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
num_sites integer
num_devices integer
num_devices_connected integer
num_devices_disconnected integer
num_clients integer
View JSON Schema on GitHub

JSON Schema

juniper-orgstats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrgStats",
  "title": "OrgStats",
  "type": "object",
  "properties": {
    "num_sites": {
      "type": "integer"
    },
    "num_devices": {
      "type": "integer"
    },
    "num_devices_connected": {
      "type": "integer"
    },
    "num_devices_disconnected": {
      "type": "integer"
    },
    "num_clients": {
      "type": "integer"
    }
  }
}