From e5606c0cd0d5361162c7cf60ed711594717a2d3c Mon Sep 17 00:00:00 2001 From: Devyn Keeney Date: Mon, 20 May 2024 14:51:00 -0500 Subject: [PATCH] Fix HA Peer Serial location --- panos/firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panos/firewall.py b/panos/firewall.py index aafb7564..7e1e2013 100644 --- a/panos/firewall.py +++ b/panos/firewall.py @@ -383,7 +383,7 @@ def refreshall_from_xml(self, xml, refresh_children=False, variables=None): Var("multi-vsys", vartype="bool"), Var("vsys_id", "vsys", default="vsys1"), Var("vsys_name"), - Var("ha/state/peer/serial", "serial_ha_peer"), + Var("ha/peer/serial", "serial_ha_peer"), ) if len(xml[0]) > 1: # This is a 'show devices' op command