scm_update_security_zone
Modify an existing security zone's configuration, including name, User-ID state, DoS protection, and Layer 3 interfaces in Palo Alto Networks Strata Cloud Manager.
Instructions
Update an existing security zone.
Args: zone_id: UUID of the security zone to update. name: New name (optional). enable_user_id: New User-ID enabled state (optional). dos_profile: New DoS protection profile name (optional). network_layer3: New list of Layer 3 interfaces (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | ||
| name | No | ||
| enable_user_id | No | ||
| dos_profile | No | ||
| network_layer3 | No | ||
| tsg_id | No |