This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi , Thank you for your response. Since they plan to automate the solution with API, they'd like to do all things by API. SCP or FTP scheduling on Panorama is not an option. They want to trigger by an orchestration server the backup. They just need to know which command is the best and if there is some issue later be sure that it will be supported. Regards Sam Prabhu
... View more
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
Hi Team, Customer want to export firewall device state. They already know how to do this using API directly on the firewall : curl -k -o {{Filename}} "https:// {{Firewall_IP}}/api/?type=export&category=device-state&key={{Firewall_API_Key}}" They want to do it through panorama using API. It's looks like we can do that using the following command : https:// {{Panorama_IP}}/api/?type=export&category=device-state&target={{Firewall_Serial_Number}}&key={{Panorama_API_Key}} They got this answer : <response status="success"> <result> Device state device_state_cfg.tgz created successfully</result> </response> The issue is they don't know how to retrieve the "device_state_cfg.tgz" file through the API. Regards Sam Prabhu
... View more
Hi Team, Customer trying to utilize Palo Alto to generate user activity reports that show detailed web browsing. I understand from other articles ( https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/monitoring/view-and-manage-reports/generate-usergroup-activity-reports ) that the browse time isn't something that the firewalls have the ability to detect. My questions are- is there a separate module that can be enabled/licensed that would enable this functionality? Are there any feature requests forthcoming that would address this? How do other Palo Alto customers address this need? Thank you for your help! Regards, Sam Prabhu
... View more
Hi Team, Customer would like to utilize an API instead of getting email alerts for all the threats and most logs if applicable. Thank you for your help! Regards Sam Prabhu
... View more