Palo Alto Networks · JSON Structure

Sase 5G Api Security Metrics5 G Structure

SecurityMetrics5G schema from Palo Alto Networks SASE 5G Managed Services API

Type: object Properties: 8
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

SecurityMetrics5G is a JSON Structure definition published by Palo Alto Networks, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

period total_sessions threats_detected threats_blocked bytes_inspected active_subscribers per_slice_metrics time_series

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-5g-api-security-metrics5-g-structure.json",
  "name": "SecurityMetrics5G",
  "description": "SecurityMetrics5G schema from Palo Alto Networks SASE 5G Managed Services API",
  "type": "object",
  "properties": {
    "period": {
      "type": "object",
      "properties": {
        "start": {
          "type": "datetime"
        },
        "end": {
          "type": "datetime"
        }
      }
    },
    "total_sessions": {
      "type": "int32",
      "description": "Total 5G sessions inspected during the period."
    },
    "threats_detected": {
      "type": "int32",
      "description": "Number of threats detected in 5G traffic."
    },
    "threats_blocked": {
      "type": "int32",
      "description": "Number of threats blocked."
    },
    "bytes_inspected": {
      "type": "int32",
      "description": "Total bytes of 5G traffic inspected."
    },
    "active_subscribers": {
      "type": "int32",
      "description": "Number of active 5G subscribers."
    },
    "per_slice_metrics": {
      "type": "array",
      "description": "Metrics broken down by network slice.",
      "items": {
        "type": "object",
        "properties": {
          "slice_id": {
            "type": "string"
          },
          "slice_name": {
            "type": "string"
          },
          "sessions": {
            "type": "int32"
          },
          "threats_detected": {
            "type": "int32"
          },
          "bytes_inspected": {
            "type": "int32"
          }
        }
      }
    },
    "time_series": {
      "type": "array",
      "description": "Time-series data points for the metrics period.",
      "items": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "datetime"
          },
          "sessions": {
            "type": "int32"
          },
          "threats": {
            "type": "int32"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/sase-5g-api-security-metrics5-g-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.