Palo Alto Networks · JSON Structure

Cortex Xsiam Api Incident Structure

A XSIAM incident correlating related alerts into a unified investigation.

Type: object Properties: 15
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

incident_id incident_name description status severity assigned_user_mail assigned_user_pretty_name alert_count creation_time modification_time detection_time starred xdr_url mitre_tactics_ids_and_names mitre_techniques_ids_and_names

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/cortex-xsiam-api-incident-structure.json",
  "name": "Incident",
  "description": "A XSIAM incident correlating related alerts into a unified investigation.",
  "type": "object",
  "properties": {
    "incident_id": {
      "type": "string"
    },
    "incident_name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "new",
        "under_investigation",
        "resolved_threat_handled",
        "resolved_known_issue",
        "resolved_duplicate",
        "resolved_false_positive",
        "resolved_other"
      ]
    },
    "severity": {
      "type": "string",
      "enum": [
        "critical",
        "high",
        "medium",
        "low",
        "informational",
        "unknown"
      ]
    },
    "assigned_user_mail": {
      "type": "string"
    },
    "assigned_user_pretty_name": {
      "type": "string"
    },
    "alert_count": {
      "type": "int32"
    },
    "creation_time": {
      "type": "int32",
      "description": "Creation timestamp as Unix epoch milliseconds."
    },
    "modification_time": {
      "type": "int32"
    },
    "detection_time": {
      "type": "int32"
    },
    "starred": {
      "type": "boolean"
    },
    "xdr_url": {
      "type": "string"
    },
    "mitre_tactics_ids_and_names": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "mitre_techniques_ids_and_names": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}