Description
As implemented, the plugin uses GET calls to talk to panorama. It happens so that Panorama uses GET calls to change internal state as well as simply return information. This is fine, as long as bulk configuration update commands can fit into the limit of 2048 characters.
It is better to change the plugin to use POST.