We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panos.objects.ApplicationFilter does not have a paramater to include "Apply to New App-IDs only".
Add a parameter "apply_to_new_app_ids_only" (bool) to the class panos.objects.ApplicationFilter.
There are no real alternatives other than manual creation of such filters, or the use of XML API directly.
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: