Skip to main content

Prisma SASE - Create or Edit EDL object

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

Supported versions

Supported Cortex XSOAR versions: 6.8.0 and later.

This playbook helps to create an EDL object within the Prisma SASE Objects section.

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-external-dynamic-list-create
  • prisma-sase-candidate-config-push
  • prisma-sase-external-dynamic-list-update
  • prisma-sase-external-dynamic-list-list

Playbook Inputs#


NameDescriptionDefault ValueRequired
NameThe external dynamic list object name.Optional
FolderThe configuration folder group setting.
The default value is 'Shared'.
SharedOptional
TSGIDTenant services group ID. If not provided, the tsg_id integration parameter will be used as the default.Optional
IPListNameThe predefined IP list. If the type is predefined_ip, a value must be provided.
Possible values: panw-bulletproof-ip-list,panw-highrisk-ip-list,panw-known-ip-list,panw-torexit-ip-list.
Optional
URLListNameThe predefined URL list. If the type is predefined_url, a value must be provided.

Possible value:
panw–auth-portal-exclude-list
Optional
SourceURLThe source URL. If the type is ip, url or domain, a value must be provided.Optional
FrequencyFrequency to check for updates on the EDL URL.
Possible values:
daily,five_minute,hourly,monthly,weekly
Optional
FrequencyTimeThe frequency hour. If the frequency argument is daily, weekly or monthly, a value must be provided. Possible values are 00-23.Optional
EDLObjectTypePossible values:
domain,ip,url,predefined_ip,predefined_url
Optional
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
OverwriteWhether to overwrite the original external dynamic list values.
Default value is 'false'.
FalseOptional

Playbook Outputs#


PathDescriptionType
PrismaSase.ExternalDynamicListThe external dynamic list object.unknown
PrismaSase.ExternalDynamicList.idThe external dynamic list ID.unknown
PrismaSase.ExternalDynamicList.nameThe external dynamic list name.unknown
PrismaSase.ExternalDynamicList.folderThe external dynamic list folder.unknown
PrismaSase.ExternalDynamicList.descriptionThe external dynamic list description.unknown
PrismaSase.ExternalDynamicList.typeThe external dynamic list type.unknown
PrismaSase.ExternalDynamicList.sourceThe external dynamic list source.unknown
PrismaSase.ExternalDynamicList.frequencyThe external dynamic list frequency.unknown
PrismaSase.CandidateConfigConfiguration job object.unknown
PrismaSase.CandidateConfig.job_idConfiguration job ID.unknown
PrismaSase.CandidateConfig.resultThe configuration push result, e.g., OK, FAIL.unknown
PrismaSase.CandidateConfig.detailsThe configuration push details.unknown

Playbook Image#


Prisma SASE - Create or Edit EDL object