Dear Team, It's look like there are 2 methods for Panorama backup through API. curl -o {{server_backup_file}} -k https://{{Panorama_IP_@}}/api/?type=export&category=configuration&key={{Panorama_API_key>}} or curl -k https://{{Panorama_IP_@}}/api/?type=op&cmd=<save><config><to>{{Panorama_backup_file}}</to></config></save>&key={{Panorama_API_key}} then retrieve the file through SCP But the outputs look different: [admin@elkrsg01 ~]$ file backup* backup_API80.xml: UTF-8 Unicode text, with very long lines backup_SCP80.xml: XML 1.0 document, ASCII text [admin@elkrsg01 ~]$ wc -lwc backup* 1112 1439 126998 backup_API80.xml 3986 4313 177296 backup_SCP80.xml 5098 5752 304294 total Customer would like to know which method is fully supported? Regards Sam Prabhu
... View more