pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

Add support for "Apply to New App-IDs only" parameter in panos.objects.ApplicationFilter class

Open nikolay-matveev-kkr opened this issue 2 years ago • 0 comments

Is your feature request related to a problem?

panos.objects.ApplicationFilter does not have a paramater to include "Apply to New App-IDs only".

Describe the solution you'd like

Add a parameter "apply_to_new_app_ids_only" (bool) to the class panos.objects.ApplicationFilter.

Describe alternatives you've considered

There are no real alternatives other than manual creation of such filters, or the use of XML API directly.

Additional context

We have a whole security policy built using the SDK (with the exception of Security Profiles that are also missing from the SDK) and would like to introduce application filters and policy rules for new AppIDs to follow the Palo's BPA for content updates (https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-upgrade/software-and-content-updates/best-practices-for-app-and-threat-content-updates/best-practices-mission-critical#id184AH00L078)

nikolay-matveev-kkr avatar Aug 22 '23 12:08 nikolay-matveev-kkr