Palo Alto Networks · Arazzo Workflow
Prisma Cloud RQL Configuration and Asset Search
Version 1.0.0
Authenticate to Prisma Cloud, run an RQL config query, then run a matching RQL asset query.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
rql-config-and-asset-search
Run an RQL config search and an RQL asset search against Prisma Cloud.
Authenticates with Prisma Cloud, runs an RQL config query, and then runs an RQL asset query over a relative time window, returning the matched resource counts from each.
1
authenticate
login
Authenticate with access-key credentials and capture the JWT for later steps.
2
searchConfig
searchConfig
Run the RQL config query against cloud resource configurations over a relative time window, authorizing with the JWT from the login step.
3
searchAsset
searchAsset
Run the RQL asset query over the same relative time window to enumerate the matching assets.