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? There are no timestamps coming from the API pull for when a Security Rule for Post Rule or Pre rules where...

enhancement

## Describe the bug I am doing a simple operational state command query from the documentation: ``` from panos import firewall fw = firewall.Firewall('', '', '') response = fw.op('debug log-receiver...

bug

## Documentation link https://pan-os-python.readthedocs.io/en/latest/howto.html#optimize-with-bulk-operations ## Describe the problem doc mentions ```delete_similar``` as an alternative to ```delete``` to perform bulk delete, but it's not clear how this feature should be used....

documentation

## Describe the bug I have a script that uses the panos library and when used against Panorama in AWS I get a parsing error. Below is that error: File...

bug

## Describe the bug The Class definition for ntp-servers is missing the "authentication-type" parameter. ## Expected behavior When I modify or instantiate an NTPServerPrimary of NTPServerSecondary object, and apply it...

bug

## Describe the bug When trying to do a call for a devicegroup that modifies the live device and a Firewall object is attached it errors out TypeError: Firewall.element() got...

bug

### Is your feature request related to a problem? I am unable to create a complete firewall security policy solely via `pan-os-python` because it is missing support for Security Profiles....

enhancement

## Documentation link https://pan-os-python.readthedocs.io/en/latest/module-network.html#panos.network.Dhcp ## Describe the problem In the Palo Alto Firewall Web UI, if you go into the *Network* -> *DHCP* tab, you can see a list of...

documentation

## Description Remove the badge for "dephell" from the repo's Readme ## Motivation and Context Dephell has been deprecated and it has just been removed it from the release workflow...

documentation

## Description Created the following new classes for the missing log setting formats: - class LogSettingsGlobalProtect - class LogSettingsUserId - class LogSettingsIpTag - class LogSettingsHipMatch - class LogSettingsCorrelation Added the...