scm_create_zone_protection_profile
Create a zone protection profile to configure flood and reconnaissance attack defenses in Palo Alto Networks Strata Cloud Manager. Define thresholds for SYN, UDP, ICMP floods, port scans, and host sweeps.
Instructions
Create a zone protection profile.
Args: name: Unique name for the profile. folder: Folder to create the profile in. description: Optional description. flood: Flood protection settings dict (optional). Controls SYN, UDP, ICMP, and other flood thresholds, e.g.: {'syn': {'enable': True, 'red': {'alarm_rate': 10000, 'activate_rate': 10000}}}. reconnaissance: Reconnaissance protection settings dict (optional). Controls port scan and host sweep detection. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| description | No | ||
| flood | No | ||
| reconnaissance | No | ||
| tsg_id | No |