Juniper Networks · Schema

WanEdge

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
id string
org_id string
site_id string
name string
model string
serial string
connected boolean
version string
View JSON Schema on GitHub

JSON Schema

juniper-wanedge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WanEdge",
  "title": "WanEdge",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "org_id": {
      "type": "string",
      "format": "uuid"
    },
    "site_id": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "serial": {
      "type": "string"
    },
    "connected": {
      "type": "boolean"
    },
    "version": {
      "type": "string"
    }
  }
}