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

The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object ori...

Results 111 pan-os-python issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? When creating Application Filters objects with "panos.objects.ApplicationFilter" class it's currently impossible to exclude individual applications from the filter. At the same...

enhancement

## Describe the bug If a static route exists on the firewall which references an interface, a full_delete() will fail on a different interface. ## Expected behavior full_delete() should complete...

bug

## Describe the bug Unable to receive the vsys of a SecurityRule, device group is being returned. ## Expected behavior ```python rules = SecurityRule.refreshall(rb) rule = rules[0] rule.vsys 'policy-targetted-vsys-name-here' ```...

bug

## Describe the bug Failure to parse XML with refresh all on device groups. Specifically the child object that fails is the ApplicationObject -> "default_icmp_type" VersionedParamPath. This particular code piece...

bug

Within PAN GUI, we can utilize the global find feature to identify the references of an object. Is there a way to mimic this behavior with pan-os-python? As a specific...

## Description With latest develop/master branch commit (not yet released) - there was an issue committing to Panorama which has no changes to commit (discovered when running the `panos_commit_panorama` ansible...

## Describe the bug Was OK before 02/2024 With Ansible, when I commit to Panorama I have this issue. This is related to the pan-os-python as ``` The full traceback...

bug

## Describe the bug Upgrade from non-hotifx to a hotfix release fails when pan-os-python==1.12.0 Reverting to pan-os-python 1.11.0 works just fine. ## Expected behavior Device is upgraded ## Current behavior...

bug

## Motivation and Context During testing and attempts to create HA pairs during initialization of a device tree from Panorama, I noticed that I was unable to get the HA...

How to extract the rules in a specific fw on Panorama