scm_move_security_rule
Reposition security rules in Palo Alto Networks Strata Cloud Manager by moving them to top, bottom, before, or after other rules to optimize rulebase order and security effectiveness.
Instructions
Move a security rule to a different position in the rulebase.
Args: rule_id: UUID of the rule to move. destination: Where to move the rule — 'top', 'bottom', 'before', or 'after'. folder: Folder context for the move operation. destination_rule: UUID of the pivot rule (required when destination is 'before' or 'after'). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | ||
| destination | Yes | ||
| folder | Yes | ||
| destination_rule | No | ||
| tsg_id | No |