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

added vartype='member' to the BgpPolicyRule class parameter 'action_community_argument' in network.py ## Description I changed the vartype to "member" in order to correctly parse a template with the BgpPolicyRule action_community set...

### Is your feature request related to a problem? If Panorama pushes new configuration to a managed firewall, and the Panorama commit succeeds but the subsequent firewall commit fails, the...

enhancement

## Describe the bug The vsys identifier is missing from security rule targets. Only the firewall serial number is returned. ## Expected behavior The target of a security policy should...

bug

## Describe the bug It seems to be impossible to select a vsys as a rule target when creating a new rule, **maybe related to #199** ## Steps to reproduce...

bug

## Describe the bug Cannot upgrade CI to use poetry higher than 1.0. When using 1.1, a deprecation messages seems to prevent collection of the poetry cache path which causes...

bug

There seems to be no way of configure dhcp server or relay with panos-python at the moment or I missed something?

documentation

As mentioned in #22 and later discussed in greater detail on Gitter, we would like the ability to have direct references to objects that make up a SecurityRule instead of...

enhancement

## Describe the bug Did a upgrade_to_version() on a Firewall via Panorama and got an exception when it waited for reboot. ## Expected behavior Syncreboot should poll device information untill...

bug

Hello, team ## Describe the bug Using "SoftwareUpdater(device).upgrade_to_version(version, False)" to upgrade PanOS from different levels to 8.1.15. for versions 8.1.x it works, but when trying to upgrade 8.0.x (or earlier)...

bug

## Describe the bug The issue occurs when using the rename method to rename an address object that is overridden from a parent device group object (it has the same...

bug