Palo Alto Networks · JSON Structure

Threat Vault Api Threat History Entry Structure

A historical record of a signature version.

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id name version release_time action

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/threat-vault-api-threat-history-entry-structure.json",
  "name": "ThreatHistoryEntry",
  "description": "A historical record of a signature version.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string",
      "description": "Content version number for this history entry."
    },
    "release_time": {
      "type": "datetime"
    },
    "action": {
      "type": "string",
      "enum": [
        "added",
        "modified",
        "deprecated"
      ]
    }
  }
}