Palo Alto Networks · JSON Structure

Cortex Xsoar Api Playbook Structure

A Cortex XSOAR playbook defining an automated response workflow.

Type: object Properties: 8
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id name version description tags fromVersion toVersion deprecated

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-playbook-structure.json",
  "name": "Playbook",
  "description": "A Cortex XSOAR playbook defining an automated response workflow.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "int32"
    },
    "description": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fromVersion": {
      "type": "string",
      "description": "Minimum XSOAR version required."
    },
    "toVersion": {
      "type": "string"
    },
    "deprecated": {
      "type": "boolean"
    }
  }
}