Juniper Networks · Schema

VirtualNetwork

AutomationCloudData-CenterEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
id string
label string Virtual network name.
vn_type string Virtual network type.
vn_id string VXLAN VNI.
security_zone_id string Parent security zone.
bound_to array Systems and VLAN IDs where the VN is bound.
ipv4_subnet string IPv4 gateway subnet in CIDR notation.
virtual_gateway_ipv4 string Virtual gateway IPv4 address.
View JSON Schema on GitHub

JSON Schema

juniper-networks-virtualnetwork-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualNetwork",
  "title": "VirtualNetwork",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "label": {
      "type": "string",
      "description": "Virtual network name."
    },
    "vn_type": {
      "type": "string",
      "enum": [
        "vxlan"
      ],
      "description": "Virtual network type."
    },
    "vn_id": {
      "type": "string",
      "description": "VXLAN VNI."
    },
    "security_zone_id": {
      "type": "string",
      "format": "uuid",
      "description": "Parent security zone."
    },
    "bound_to": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system_id": {
            "type": "string",
            "format": "uuid"
          },
          "vlan_id": {
            "type": "integer"
          }
        }
      },
      "description": "Systems and VLAN IDs where the VN is bound."
    },
    "ipv4_subnet": {
      "type": "string",
      "description": "IPv4 gateway subnet in CIDR notation."
    },
    "virtual_gateway_ipv4": {
      "type": "string",
      "description": "Virtual gateway IPv4 address."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/juniper-networks-virtualnetwork"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.