Here’s a quick script to backup the configuration of a PA Firewall using the API to a XML file, Similar to a few other scripts online, but a little cleaner. Modify the following to suit your environment
1 2 3 |
$uri ="https://10.255.254.249/api/" $username = "deviceusername" $password = "devicepassword" |
Share this content: