Pan Os Python Versions Save

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 oriented and mimics the traditional interaction with the device via the GUI or CLI/API.

v1.12.0

1 month ago

1.12.0 (2024-04-11)

Features

  • ApplicationFilter: Add new_appid parameter (#547) (bc96108)
  • Firewall: New fields for show_system_resources (#544) (9e8cc2a)
  • Handling Log Collector Group (LCG) pushes (#493) (7e87952)
  • panos/network: Advanced routing engine (#539) (173bb8a)
  • Enhance updater logic (#548) (23ed1ad)
  • network.BgpPolicyRule: Add action_community_modifier param (#535) (58ce888), closes #534
  • PanDevice: add is_ready() (#532) (a6b018e)

Bug Fixes

  • _parse_job_results: Catch None details in response (#471) (f01ae25), closes #470

v1.11.0

1 year ago

1.11.0 (2023-05-02)

Features

  • Add decryption log-type to log forwarding (#507) (f2a253e)

v1.10.0

1 year ago

1.10.0 (2023-04-27)

Features

  • decrypt and GP for HTTP server profiles (#505) (4b656cd)

v1.9.0

1 year ago

1.9.0 (2023-04-26)

Features

  • Fast failover for LACP on aggregate network interfaces (#502) (0dcdaa2)

v1.8.1

1 year ago

1.8.1 (2023-02-22)

Bug Fixes

v1.8.0

1 year ago

1.8.0 (2023-01-13)

Features

Bug Fixes

  • panos.updater.SoftwareUpdater.install: Fix for load_config parameter (#447) (3e2e926)

v1.7.3

2 years ago

1.7.3 (2022-05-12)

Bug Fixes

  • panos.device.SystemSettings: Add support for proxy config (#450) (ef8c9fc), closes #230
  • panos.objects.ServiceObject: Add support for overrides (#449) (130f9a4), closes #437
  • panos.policies.SecurityRule: Param hip_profiles is actually removed in PAN-OS 10.0 (31eb2a6)

v1.7.2

2 years ago

1.7.2 (2022-04-27)

Bug Fixes

  • panos.base.PanObject.refresh_variable: Refresh works again for regular and attrib style params (#446) (20dd7b7), closes #444
  • panos.policies.SecurityRule: hip-profiles removed from v10.1.5+ (#442) (ab4d088), closes #441

v1.7.1

2 years ago

1.7.1 (2022-04-07)

Bug Fixes

  • panos.base.PanDevice._set_version_and_version_info: Fixes AttributeError when version is not known (#440) (ce17bd5), closes #439

v1.7.0

2 years ago

1.7.0 (2022-03-29)

Features

Bug Fixes

  • panos.objects.ApplicationFilter: Fix tag path (#381) (a0991f8)
  • delete_similar() now breaks delete calls into chunks (#435) (4333377)
  • Fixes refresh() for attrib style params (#395) (0b47a3a), closes #392
  • Modify show_highavailability_state method xpath for Panorama (#430) (37ed2ca)
  • AggregateInterface: Correct lacp_passive_pre_negotiation xpath (6a67320), closes #406