pan-os-python
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...
## Describe the bug After establishing an initial connection to Panorama, calling the refresh_devices() function with expand_vsys set to False throws an AttributeError exception. ## Expected behavior The devices should...
If you try to apply a non-default setting using the action_community_argument parameter in the BgpPolicyRule class you receive an error when you try to apply the change to a device...
## Describe the bug While creating security policy on Panorama Panos 9.1.10, we are getting this error message : _SecurityPolicyName_ -> source-hip unexpected here Traceback (most recent call last): File...
### Is your feature request related to a problem? In the current implementation, the upgrade process restarts the firewall with the zero maintenance version. E.g. 9.0.0 and 9.1.0. ### Describe...
Fixes the previously broken and removed Windows-based tests.
This issue was opened by a bot called [Community Health (PANW)](https://github.com/apps/community-health-panw) because this repo has failed too many community health checks. **Repo maintainers:** Please take the time to fix the...
## Describe the bug Changes from multiple administrator accounts are getting combined together, resulting in unwanted behavior when trying to perform partial commits. Sample code: ``` #!/usr/bin/env python3 from panos.base...
## Describe the bug network.EthernetInterface.refreshall(FIREWALL) does not enumerate & add network interface configuration if the connection is proxied through panorama e.g. ``` fw = pandevice.firewall.Firewall(panAddress,panUser,panPass) network.EthernetInterface.refreshall(fw) ``` works, but ```...
This PR removes python 2.7 support completely. Python 2.7 support was deprecated in 1.0.0. In 1.1.0 it will be removed, so if any features are added to develop, this PR...