Hi, I am trying to automate the push to device proccess through Panorama, I know that the xml API call for tat is commit all, but I was trying to find an API call that would shouw the device groups and templates that will be pushed (trying to get the values that appear in the dialog labeled "Push To Device" when you press on push to device in the GUI). When I inspect the network calls in the browser, I get this request: {"action":"PanDirect","method":"run","data":["477deaaf37548a06bfdf2637a05a92b2","ConfigChangeDirect.getInitialPushScope",["no"]],"type":"rpc","tid":85} And the JSON response body is basically what I need, however when I use the debug page on Panorama, it does not show me this request or its response. I know we can get the commit change summary from the xml API but I was hoping there would be a similar call for the push summary Any one tried to do this before and succeeded? Is it all possible? We're running Panorama 9.1! Panorama
... View more