{ "$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." } } }