Palo Alto Networks · Arazzo Workflow
Prisma Cloud Policy Review and Update
Version 1.0.0
Authenticate to Prisma Cloud, list policies, inspect one, then update it.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
review-and-update-policy
Review a Prisma Cloud policy and update its severity and enabled state.
Authenticates with Prisma Cloud, lists policies, reads the first policy's detail, and submits an update preserving its core definition while changing severity and enabled state.
1
authenticate
login
Authenticate with access-key credentials and capture the JWT for later steps.
2
listPolicies
listPolicies
List all security policies, authorizing with the JWT from the login step.
3
getPolicyDetail
getPolicy
Retrieve the full definition of the first policy so it can be updated in place.
4
updatePolicy
updatePolicy
Update the policy, preserving its name, type, description, cloud type, and rule while applying the new severity and enabled state.