Palo Alto Networks · JSON Structure

Cortex Xsoar Api Entry Structure

A war room entry in a Cortex XSOAR investigation.

Type: object Properties: 9
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id investigationId type user created modified contents humanReadable tags

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-xsoar-api-entry-structure.json",
  "name": "Entry",
  "description": "A war room entry in a Cortex XSOAR investigation.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "investigationId": {
      "type": "string"
    },
    "type": {
      "type": "int32",
      "description": "Entry type: 1 (Note), 2 (Download), 3 (File), 4 (Error), 5 (Pinned), 6 (UserManagement), 7 (Image), 8 (PlaygroundCommand), 9 (PlaybookStatusNote), 10 (Canvas), 11 (Widget), 12 (Summary), 13 (Section), 14 (Table)."
    },
    "user": {
      "type": "string",
      "description": "Username of the user who created the entry."
    },
    "created": {
      "type": "datetime"
    },
    "modified": {
      "type": "datetime"
    },
    "contents": {
      "type": "string",
      "description": "Entry content text."
    },
    "humanReadable": {
      "type": "string",
      "description": "Human-readable formatted content."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}