Palo Alto Networks · Schema

SiteMetric

SiteMetric schema from Palo Alto Networks Prisma SD-WAN API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
timestamp string Time bucket for the aggregated metric.
site_id string Site identifier.
interface_name string WAN interface name.
metric_type string Type of metric.
value number Metric value.
unit string Unit of measurement (e.g., Mbps, ms, pct).
direction string Traffic direction for bandwidth metrics.
View JSON Schema on GitHub

JSON Schema

prisma-sd-wan-api-site-metric-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SiteMetric",
  "description": "SiteMetric schema from Palo Alto Networks Prisma SD-WAN API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/prisma-sd-wan-api-site-metric-schema.json",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Time bucket for the aggregated metric."
    },
    "site_id": {
      "type": "string",
      "description": "Site identifier."
    },
    "interface_name": {
      "type": "string",
      "description": "WAN interface name."
    },
    "metric_type": {
      "type": "string",
      "enum": [
        "bandwidth",
        "latency",
        "jitter",
        "packet_loss"
      ],
      "description": "Type of metric."
    },
    "value": {
      "type": "number",
      "description": "Metric value."
    },
    "unit": {
      "type": "string",
      "description": "Unit of measurement (e.g., Mbps, ms, pct)."
    },
    "direction": {
      "type": "string",
      "enum": [
        "upload",
        "download"
      ],
      "description": "Traffic direction for bandwidth metrics."
    }
  }
}

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/prisma-sd-wan-api-site-metric"
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.