scm_create_address
Create address objects in Palo Alto Networks Strata Cloud Manager by defining IP addresses, ranges, wildcards, or domain names for firewall configuration.
Instructions
Create an address object.
Exactly one of ip_netmask, ip_range, ip_wildcard, or fqdn must be provided.
Args: name: Unique name for the address object. folder: Folder to create the object in (e.g. 'Texas'). ip_netmask: CIDR notation (e.g. '10.0.0.0/8' or '192.168.1.1/32'). ip_range: IP range (e.g. '10.0.0.1-10.0.0.10'). ip_wildcard: Wildcard mask (e.g. '10.20.1.0/0.0.248.255'). fqdn: Fully qualified domain name (e.g. 'example.com'). description: Optional description. tag: Optional list of tag names to apply. tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| ip_netmask | No | ||
| ip_range | No | ||
| ip_wildcard | No | ||
| fqdn | No | ||
| description | No | ||
| tag | No | ||
| tsg_id | No |