Palo Alto Networks · Example Payload

Threat Vault Api Release Notes List Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Threat Vault Api Release Notes 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": [
    {
      "version": "4.6.0",
      "type": "content",
      "release_date": "2024-04-15",
      "new_signatures": 340,
      "modified_signatures": 799,
      "deprecated_signatures": 291,
      "notes": "Allowed configured violation on policy malware incident."
    },
    {
      "version": "5.3.3",
      "type": "content",
      "release_date": "2026-08-02",
      "new_signatures": 750,
      "modified_signatures": 867,
      "deprecated_signatures": 766,
      "notes": "Investigation under blocked policy response configured response security updated updated."
    },
    {
      "version": "7.7.5",
      "type": "wildfire",
      "release_date": "2025-07-15",
      "new_signatures": 871,
      "modified_signatures": 862,
      "deprecated_signatures": 914,
      "notes": "Monitoring activity investigation violation configured applied network firewall."
    }
  ],
  "total": 988,
  "offset": 585,
  "limit": 665
}