Juniper Networks · Schema
PhysicalInterface
Artificial IntelligenceAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Interface name (e.g., ge-0/0/0) |
| admin-status | string | |
| oper-status | string | |
| description | string | |
| mtu | integer | |
| speed | string | |
| if-type | string | |
| link-level-type | string | |
| traffic-statistics | object | |
| logical-interface | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PhysicalInterface",
"title": "PhysicalInterface",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Interface name (e.g., ge-0/0/0)"
},
"admin-status": {
"type": "string",
"enum": [
"up",
"down"
]
},
"oper-status": {
"type": "string",
"enum": [
"up",
"down"
]
},
"description": {
"type": "string"
},
"mtu": {
"type": "integer"
},
"speed": {
"type": "string"
},
"if-type": {
"type": "string"
},
"link-level-type": {
"type": "string"
},
"traffic-statistics": {
"type": "object",
"properties": {
"input-packets": {
"type": "integer"
},
"output-packets": {
"type": "integer"
},
"input-bytes": {
"type": "integer"
},
"output-bytes": {
"type": "integer"
}
}
},
"logical-interface": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"address-family": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address-family-name": {
"type": "string"
},
"interface-address": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ifa-local": {
"type": "string",
"description": "IP 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/juniper-physicalinterface"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.