Prisma SASE - Create Address Object

This playbook creates new address objects in the Prisma SASE Object section. Those objects can be used later on in other objects such as Security Rules.

Palo Alto Networks - Strata Cloud Manager · 9 tasks · 6 inputs · 8 outputs

Inputs

  • IP — The address value (should match the type)
  • TSGID — Tenant services group ID. If not provided, the tsg_id integration parameter will be used as the default.
  • Folder — The configuration folder group setting. The default value is 'Shared'.
  • AutoCommit — Possible values: True -> Will commit and push configuration. False -> Manual push will be required. Else --> Will ignore the push section and continue the playbook.
  • Type — IP Netmask (value: ip_netmask): IP address or a network using the slash notation - ip_address/mask. IP Range (value: ip_range): Range of IP addresses using the notation ip_address-ip_address. IP Wildcard (value: ip_wildcard): IP wildcard address in the format of an IPv4 address followed by a slash and a mask. FQDN (value: fqdn): Domain name.
  • limit — Default: 50 This input controls the limit size for the get IP objects command. This will help to avoid object duplicates in the systems.

Outputs

  • PrismaSase — The root context key for Prisma SASE integration output.
  • PrismaSase.Address — Created address object.
  • PrismaSase.Address.description — Address description.
  • PrismaSase.Address.folder — Address folder.
  • PrismaSase.Address.id — Address ID.
  • PrismaSase.Address.type — Address type.
  • PrismaSase.Address.address_value — Address value.
  • PrismaSase.Address.name — Address name.

Commands used

prisma-sase-address-object-create prisma-sase-address-object-list prisma-sase-candidate-config-push

Flowchart

yes yes Auto Commit Manual Push Start Start Is there an IP? Is there an IP? Get IP objects - prisma-sase-address-object-list Get IP objects prisma-sase-address-object-list Done Done Do the IPs exist? Do the IPs exist? Create new address object - prisma-sase-address-object-create Create new address object prisma-sase-address-object-cr... Push Config - prisma-sase-candidate-config-push Push Config prisma-sase-candidate-config-... Commit and push configuration to folders? Commit and push configura... Choose to commit and push configuration automatically Choose to commit and push...