alerts_get_alerts_pcap
Retrieve PCAP packet data for PAN NGFW alerts by applying filters to isolate specific incidents, enabling network traffic analysis from alert triggers.
Instructions
Retrieve PCAP Packet
Retrieve a list of alert IDs and the associated PCAP triggering packets of PAN NGFW type alerts returned when running the Get Alerts and Get Extra Incident Data APIs. Maximum result set size is 100.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/alerts/get_alerts_pcap] · Incidents
Example request body:
{
"request_data": {
"filters": [
{
"field": "severity",
"operator": "in",
"value": [
"medium",
"high"
]
}
],
"search_from": 0,
"search_to": 5,
"sort": {
"field": "severity",
"keyword": "asc"
}
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No |