{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/autonomous-dem-api-monitored-application-structure.json", "name": "MonitoredApplication", "description": "MonitoredApplication schema from Palo Alto Networks Autonomous DEM API", "type": "object", "properties": { "app_id": { "type": "string", "description": "Unique application identifier." }, "name": { "type": "string", "description": "Application name." }, "category": { "type": "string", "description": "Application category (e.g., Collaboration, Productivity, Security)." }, "type": { "type": "string", "description": "Whether the application is a SaaS or internal application.", "enum": [ "saas", "internal" ] }, "url": { "type": "string", "description": "Primary URL for the application." }, "test_count": { "type": "int32", "description": "Number of synthetic tests configured for this application." }, "monitored_users": { "type": "int32", "description": "Number of users with active monitoring for this application." }, "created_at": { "type": "datetime", "description": "Timestamp when the application was added to monitoring." } } }