scm_update_address
Modify existing address objects in Palo Alto Networks Strata Cloud Manager by updating fields like name, IP ranges, FQDN, or tags to maintain accurate firewall configurations.
Instructions
Update an existing address object.
Args: address_id: UUID of the address object to update. name: New name (optional). ip_netmask: New CIDR (optional). ip_range: New IP range (optional). ip_wildcard: New wildcard mask (optional). fqdn: New FQDN (optional). description: New description (optional). tag: New tag list (optional — replaces existing tags). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_id | Yes | ||
| name | No | ||
| ip_netmask | No | ||
| ip_range | No | ||
| ip_wildcard | No | ||
| fqdn | No | ||
| description | No | ||
| tag | No | ||
| tsg_id | No |