PaloAltoNetworks / pan-os-python

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.
https://pan-os-python.readthedocs.io
ISC License
344 stars 170 forks source link

Fix HA Peer Serial location #562

Open devyntk opened 4 months ago

devyntk commented 4 months ago

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

FliesLikeABrick commented 4 months ago

@shinmog @btorresgil long time no talk - would either of you be available for review?