Palo Alto Networks · Schema

IncidentSearchResponse

IncidentSearchResponse schema from Palo Alto Networks Cortex XSOAR REST API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
total object
incidents array
searchResultTotal integer
View JSON Schema on GitHub

JSON Schema

cortex-xsoar-api-incident-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IncidentSearchResponse",
  "description": "IncidentSearchResponse schema from Palo Alto Networks Cortex XSOAR REST API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cortex-xsoar-api-incident-search-response-schema.json",
  "type": "object",
  "properties": {
    "total": {
      "type": "object",
      "properties": {
        "value": {
          "type": "integer"
        },
        "relation": {
          "type": "string"
        }
      }
    },
    "incidents": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "A Cortex XSOAR incident representing a security event under investigation.",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique incident identifier.",
            "readOnly": true
          },
          "name": {
            "type": "string",
            "description": "Incident name or title."
          },
          "type": {
            "type": "string",
            "description": "Incident type (maps to an incident type definition)."
          },
          "status": {
            "type": "integer",
            "description": "Incident status code: 0 (Pending), 1 (Active), 2 (Done), 3 (Archive).",
            "enum": [
              0,
              1,
              2,
              3
            ]
          },
          "severity": {
            "type": "integer",
            "description": "Severity level: 0 (Unknown), 1 (Informational), 2 (Low), 3 (Medium), 4 (High), 5 (Critical).",
            "enum": [
              0,
              1,
              2,
              3,
              4,
              5
            ]
          },
          "owner": {
            "type": "string",
            "description": "Username of the analyst assigned to this incident."
          },
          "created": {
            "type": "string",
            "format": "date-time",
            "description": "Incident creation timestamp.",
            "readOnly": true
          },
          "modified": {
            "type": "string",
            "format": "date-time",
            "description": "Last modification timestamp.",
            "readOnly": true
          },
          "occurred": {
            "type": "string",
            "format": "date-time",
            "description": "Timestamp when the security event occurred."
          },
          "closed": {
            "type": "string",
            "format": "date-time",
            "description": "Incident closure timestamp."
          },
          "closeReason": {
            "type": "string",
            "description": "Reason for closing the incident."
          },
          "closeNotes": {
            "type": "string",
            "description": "Notes added when closing the incident."
          },
          "labels": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string"
                },
                "value": {
                  "type": "string"
                }
              }
            },
            "description": "Key-value label pairs attached to the incident."
          },
          "details": {
            "type": "string",
            "description": "Incident details or description."
          },
          "investigationId": {
            "type": "string",
            "description": "Associated investigation ID.",
            "readOnly": true
          },
          "playbookId": {
            "type": "string",
            "description": "Playbook assigned to this incident."
          },
          "sourceInstance": {
            "type": "string",
            "description": "Integration instance that created this incident."
          },
          "sourceBrand": {
            "type": "string",
            "description": "Integration brand that created this incident."
          },
          "rawJson": {
            "type": "string",
            "description": "Raw JSON payload from the originating event."
          },
          "CustomFields": {
            "type": "object",
            "description": "Custom field values specific to the incident type.",
            "additionalProperties": true
          }
        }
      }
    },
    "searchResultTotal": {
      "type": "integer"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cortex-xsoar-api-incident-search-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.