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.
During testing and attempts to create HA pairs during initialization of a device tree from Panorama, I noticed that I was unable to get the HA peer serial, and after some investigation I found that this path was incorrect from the XML I was able to test against.
How Has This Been Tested?
This has been run against an environment with several Panorama and Firewall devices on PAN-OS 10.2.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[ ] I have updated the documentation accordingly.
[ ] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
Motivation and Context
During testing and attempts to create HA pairs during initialization of a device tree from Panorama, I noticed that I was unable to get the HA peer serial, and after some investigation I found that this path was incorrect from the XML I was able to test against.
How Has This Been Tested?
This has been run against an environment with several Panorama and Firewall devices on PAN-OS 10.2.
Types of changes
Checklist