How do I get the API to show disabled rules?
I'm using the API to pull the entire xml configuration file off of Panorama like so:
https://firewall/esp/restapi.esp?type=config&action=show&key=<key>
However disabled rules are not included in the xml retreived by the request. This is a serious probl
...