moshekaplan / palo_alto_firewall_analyzer

Python scripts for reviewing Palo Alto Firewall configurations
Creative Commons Zero v1.0 Universal
26 stars 8 forks source link

Support bulk modifications in the fixer with the XML API's "edit" #16

Closed moshekaplan closed 2 years ago

moshekaplan commented 3 years ago

https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-panorama-api/pan-os-xml-api-request-types/configuration-api/edit-configuration.html

moshekaplan commented 3 years ago

https://github.com/PaloAltoNetworks/pan-os-python/blob/develop/panos/base.py#L1840

moshekaplan commented 2 years ago

WONTFIX. Using PA commands prevents deleting objects or the like that are in use. Bulk modifications run a risk of creating an inconsistent XML file.