Palo Alto Networks · JSON Structure

Prisma Sd Wan Api Application Usage Structure

ApplicationUsage schema from Palo Alto Networks Prisma SD-WAN API

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

application site_id bytes_up bytes_down sessions avg_latency_ms timestamp

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/prisma-sd-wan-api-application-usage-structure.json",
  "name": "ApplicationUsage",
  "description": "ApplicationUsage schema from Palo Alto Networks Prisma SD-WAN API",
  "type": "object",
  "properties": {
    "application": {
      "type": "string",
      "description": "Application name."
    },
    "site_id": {
      "type": "string",
      "description": "Site where the application traffic was observed."
    },
    "bytes_up": {
      "type": "int64",
      "description": "Uploaded bytes for the application."
    },
    "bytes_down": {
      "type": "int64",
      "description": "Downloaded bytes for the application."
    },
    "sessions": {
      "type": "int32",
      "description": "Number of application sessions."
    },
    "avg_latency_ms": {
      "type": "double",
      "description": "Average latency for application traffic."
    },
    "timestamp": {
      "type": "datetime",
      "description": "Time bucket for the usage data."
    }
  }
}