Palo Alto Networks · Arazzo Workflow
Cortex XDR Incident Triage and Resolution
Version 1.0.0
List XDR incidents, pull full detail for one, then update its status and assignee.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
triage-incident
Triage a Cortex XDR incident end to end, from listing through resolution.
Lists incidents using a supplied filter, fetches the extra data for the first returned incident, and resolves it by updating status, severity, assignee, and resolution comment.
1
listIncidents
getIncidents
Return incidents matching the supplied filter, requesting the first page of results sorted by creation time.
2
getIncidentDetail
getIncidentExtraData
Retrieve the full investigation context for the first incident, including its associated alerts and artifacts.
3
resolveIncident
updateIncident
Update the incident with the target status, severity, assignee, and resolution comment. Only the supplied fields are modified.