scm_update_address_group
Modify an existing address group in Palo Alto Networks Strata Cloud Manager by updating its name, static addresses, dynamic filters, description, tags, or TSG ID.
Instructions
Update an existing address group.
Args: group_id: UUID of the address group to update. name: New name (optional). static: New list of static addresses (optional). dynamic_filter: New dynamic filter expression (optional). description: New description (optional). tag: New tag list (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| name | No | ||
| static | No | ||
| dynamic_filter | No | ||
| description | No | ||
| tag | No | ||
| tsg_id | No |