scm_update_nat_rule
Modify existing NAT rule configurations in Palo Alto Networks Strata Cloud Manager to adjust network address translation settings for firewall policies.
Instructions
Update an existing NAT rule.
Args: rule_id: UUID of the NAT rule to update. name: New name (optional). source_zone: New source zones (optional). destination_zone: New destination zones (optional). source: New source addresses (optional). destination: New destination addresses (optional). service: New service (optional). source_translation: New source translation config (optional). destination_translation: New destination translation config (optional). description: New description (optional). tag: New tag list (optional). disabled: New disabled state (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | ||
| name | No | ||
| source_zone | No | ||
| destination_zone | No | ||
| source | No | ||
| destination | No | ||
| service | No | ||
| source_translation | No | ||
| destination_translation | No | ||
| description | No | ||
| tag | No | ||
| disabled | No | ||
| tsg_id | No |