Palo Alto Networks · Arazzo Workflow
Cortex XDR Script Remediation with Result Polling
Version 1.0.0
Run a remediation script on endpoints, then poll the action until execution results are ready.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
run-script-and-collect-results
Execute a Cortex XDR script on matched endpoints and collect the results.
Selects endpoints by filter, launches a script run, and polls for execution results until the action reaches a terminal status.
1
findEndpoints
getEndpoints
Return endpoints matching the filter so they can be targeted by the script run.
2
runScript
runScript
Execute the supplied script against the resolved endpoint and capture the action id.
3
pollResults
getScriptExecutionResults
Retrieve execution results for the action. Repeat while the action is still pending or in progress, and end once a terminal status is reached.