Palo Alto Networks · Example Payload

Threat Vault Api Threat History List Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Threat Vault Api Threat History List Example is an example object payload from Palo Alto Networks, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successdatatotaloffsetlimit

Example Payload

Raw ↑
{
  "success": false,
  "data": [
    {
      "id": 896,
      "name": "Production Policy 72",
      "version": "9.0.3",
      "release_time": "2024-04-01T10:17:21Z",
      "action": "deprecated"
    },
    {
      "id": 341,
      "name": "Primary Firewall 39",
      "version": "8.9.3",
      "release_time": "2026-11-18T18:41:25Z",
      "action": "deprecated"
    }
  ],
  "total": 12,
  "offset": 208,
  "limit": 667
}