Skip to content

A small python script that allows for the checking, downloading, installation, and rebooting of Palo Alto Firewalls utilizing their API

Notifications You must be signed in to change notification settings

Hexdelete/palo-upgrade-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This script will request the following:

  • API Key - The API Key of the user to run the commands
  • Action to Perform:
    • Software Version Check - Downloads the latest list of OS Versions
    • Download Version - Commands the firewall to download the designated version
    • Install Version - Commands the firewall to install the designated version
    • Reboot - Commands the firewall to reboot
  • Version (Option 2/3 Only) - Manually enter the desired version to download/install
  • Host - Perform the selected action on the provided hostname/IP

Currently this tool does not provide the outputs returned by the firewall, only if the command was a success (e.g. 200) or a failure (e.g. 403)

About

A small python script that allows for the checking, downloading, installation, and rebooting of Palo Alto Firewalls utilizing their API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages