XdrDataPayload
The payload structure for XDR data forwarding from integrated Palo Alto Networks products. Contains product identification, tenant context, event identification, and the forwarded telemetry content for correlation in the XSIAM unified data lake.
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | The target XSIAM dataset name for the forwarded XDR data. |
| vendor | string | The Palo Alto Networks product vendor designation for the forwarding source. Typically 'Palo Alto Networks'. |
| product | string | The specific Palo Alto Networks product forwarding XDR data, such as Cortex XDR Agent, PAN-OS, Prisma Access, or Strata Logging Service. |
| log_type | string | The XDR data type or telemetry category being forwarded (e.g., xdr_data, endpoint_event, network_event). |
| raw_log | string | The raw XDR telemetry content as serialized JSON from the forwarding product. Contains all available event fields from the source product's data model. |
| timestamp | string | The ISO 8601 date-time string indicating when the XDR event was captured by the source product. |
| tenant_id | string | The XSIAM tenant identifier to which this XDR data belongs. Ensures forwarded data is routed to the correct tenant environment in multi-tenant deployments. |
| event_id | string | A unique identifier for this forwarded XDR event, used for deduplication, correlation, and audit trail tracking. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "XdrDataPayload",
"description": "The payload structure for XDR data forwarding from integrated Palo Alto Networks products. Contains product identification, tenant context, event identification, and the forwarded telemetry content for correlation in the XSIAM unified data lake.\n",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cortex-xsiam-data-ingestion-xdr-data-payload-schema.json",
"type": "object",
"properties": {
"dataset": {
"type": "string",
"description": "The target XSIAM dataset name for the forwarded XDR data.\n",
"example": "xdr_agent_raw"
},
"vendor": {
"type": "string",
"description": "The Palo Alto Networks product vendor designation for the forwarding source. Typically 'Palo Alto Networks'.\n",
"example": "Palo Alto Networks"
},
"product": {
"type": "string",
"description": "The specific Palo Alto Networks product forwarding XDR data, such as Cortex XDR Agent, PAN-OS, Prisma Access, or Strata Logging Service.\n",
"example": "Cortex XDR Agent"
},
"log_type": {
"type": "string",
"description": "The XDR data type or telemetry category being forwarded (e.g., xdr_data, endpoint_event, network_event).\n",
"example": "xdr_data"
},
"raw_log": {
"type": "string",
"description": "The raw XDR telemetry content as serialized JSON from the forwarding product. Contains all available event fields from the source product's data model.\n",
"example": "{\"type\":\"PROCESS_EVENT\",\"hostname\":\"WORKSTATION-042\",...}"
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "The ISO 8601 date-time string indicating when the XDR event was captured by the source product.\n",
"example": "2024-01-15T10:35:00.000Z"
},
"tenant_id": {
"type": "string",
"description": "The XSIAM tenant identifier to which this XDR data belongs. Ensures forwarded data is routed to the correct tenant environment in multi-tenant deployments.\n",
"example": "xsiam-tenant-001"
},
"event_id": {
"type": "string",
"description": "A unique identifier for this forwarded XDR event, used for deduplication, correlation, and audit trail tracking.\n",
"example": "evt-20240115-103500-003"
}
},
"required": [
"dataset",
"vendor",
"product",
"log_type",
"raw_log",
"timestamp",
"tenant_id",
"event_id"
]
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/cortex-xsiam-data-ingestion-xdr-data-payload"
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.