scm_create_security_zone
Create a security zone in Palo Alto Networks Strata Cloud Manager to segment network traffic, configure User-ID, DoS protection, and assign Layer 3 interfaces.
Instructions
Create a security zone.
Args: name: Unique name for the zone. folder: Folder to create the zone in. enable_user_id: Enable User-ID for this zone (default False). dos_profile: Optional DoS protection profile name. dos_log_setting: Optional DoS log forwarding profile name. network_layer3: Optional list of Layer 3 interface names to add. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| enable_user_id | No | ||
| dos_profile | No | ||
| dos_log_setting | No | ||
| network_layer3 | No | ||
| tsg_id | No |