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...
## Description Added support for Tag objects at device group level. ## Motivation and Context Wasn't able to discover Tag objects defined on device groups. ## How Has This Been...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
## Description Adding an exception handler to catch datatype errors with jobs where details is None. ## Motivation and Context Resolve bug described in #470 ## How Has This Been...
## Describe the bug When using the base.syncjob method i'm encountering an issue if there is no details in the job response. This is happening when downloading a vm series...
Hi, Once connected to firewall/panorama, how to logout from the same device? I was searching throughout the doc, but couldn't help.
## Describe the bug Ask if miss object about admin-role. I try to create custom admin role and assign role to Administrator by using pan-os library. However, I didn't find...
## Description This change adds a new function: `get_lldp_neighbors` to `EthernetInterface`, which returns a list of LLDP neighbors from the device. ## Motivation and Context LLDP is very useful to...
### Is your feature request related to a problem? I want to verify physical patching towards firewalls has been carried correctly. To do this, I'd like to get the LLDP...
Pulling device group security rules while taking into account inheritance from parent device groups
Hello! I have the following usecase: I need to pull ALL the rules for a specific device group in Panorama. When I say "all" I mean also the rules inherited...
### Is your feature request related to a problem? Currently have to retrieve the entire scope of AddressObjects on each device (Pano/Palo FW) which costs time for an inline API...