scm_create_address_group
Create address groups in Palo Alto Networks Strata Cloud Manager by specifying static address lists or dynamic tag-based filters to organize firewall configurations.
Instructions
Create an address group.
Provide either static (list of address object names) or dynamic_filter (a tag-based filter expression), not both.
Args: name: Unique name for the address group. folder: Folder to create the group in. static: List of address object names for a static group. dynamic_filter: Tag-filter expression for a dynamic group (e.g. "'tag1' and 'tag2'"). description: Optional description. tag: Optional list of tag names to apply to the group itself. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| static | No | ||
| dynamic_filter | No | ||
| description | No | ||
| tag | No | ||
| tsg_id | No |