Skip to main content

Prisma SASE - Create Address Object

This Playbook is part of the Palo Alto Networks - Strata Cloud Manager Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.8.0 and later) and Cortex XSIAM.

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.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • PrismaSASE

Scripts#

This playbook does not use any scripts.

Commands#

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

Playbook Inputs#


NameDescriptionDefault ValueRequired
IPThe address value (should match the type)Optional
TSGIDTenant services group ID. If not provided, the tsg_id integration parameter will be used as the default.Optional
FolderThe configuration folder group setting.
The default value is 'Shared'.
SharedOptional
AutoCommitPossible values:
True -> Will commit and push configuration.
False -> Manual push will be required.
Else --> Will ignore the push section and continue the playbook.
Optional
TypeIP Netmask: IP address or a network using the slash notation - ip_address/mask.
IP Range: Range of IP addresses using the notation ip_address-ip_address.
IP Wildcard: IP wildcard address in the format of an IPv4 address followed by a slash and a mask.
FQDN: Domain name.
Optional
limitDefault: 50
This input controls the limit size for the get IP objects command.
This will help to avoid object duplicates in the systems.
50Optional

Playbook Outputs#


PathDescriptionType
PrismaSaseThe root context key for Prisma SASE integration output.unknown
PrismaSase.AddressCreated address object.unknown
PrismaSase.Address.descriptionAddress description.unknown
PrismaSase.Address.folderAddress folder.unknown
PrismaSase.Address.idAddress ID.unknown
PrismaSase.Address.typeAddress type.unknown
PrismaSase.Address.address_valueAddress value.unknown
PrismaSase.Address.nameAddress name.unknown

Playbook Image#


Prisma SASE - Create Address Object