So I'm wanting to get the XML out of the firewall for specific DMZ's so that I can assemble IPAM updates from the XML. Right now, if I ssh into Panorama, go into config mode, and issue this command: show device-group DMZ pre-rulebase nat rules Then I get the output I want, however, doing it interactively isn't what I want - what I'd like to do is convert this into an API call, so I can fetch this with a URL... Using the API browser however, I cannot seem to duplicate this..export
... View more