Use the API for Upgrade Tasks
Table of Contents
11.0
Expand all | Collapse all
-
-
- Upgrade Panorama with an Internet Connection
- Upgrade Panorama Without an Internet Connection
- Install Content Updates Automatically for Panorama without an Internet Connection
- Upgrade Panorama in an HA Configuration
- Migrate Panorama Logs to the New Log Format
- Upgrade Panorama for Increased Device Management Capacity
- Upgrade Panorama and Managed Devices in FIPS-CC Mode
- Downgrade from Panorama 11.0
- Troubleshoot Your Panorama Upgrade
-
- What Updates Can Panorama Push to Other Devices?
- Schedule a Content Update Using Panorama
- Panorama, Log Collector, Firewall, and WildFire Version Compatibility
- Upgrade Log Collectors When Panorama Is Internet-Connected
- Upgrade Log Collectors When Panorama Is Not Internet-Connected
- Upgrade a WildFire Cluster from Panorama with an Internet Connection
- Upgrade a WildFire Cluster from Panorama without an Internet Connection
- Upgrade Firewalls When Panorama Is Internet-Connected
- Upgrade Firewalls When Panorama Is Not Internet-Connected
- Upgrade a ZTP Firewall
- Revert Content Updates from Panorama
-
Use the API for Upgrade Tasks
Use the API for Upgrade Tasks
Use the following CLI commands to carry out
upgrade tasks.
If you want to... | Use... |
---|---|
Check the current versions
of the firewall | |
| https://firewall/api/?type=op&cmd=<request><system><software><check></check></software></system> |
Access the available dynamic
updates and upgrade the content version of the firewall | |
| https://firewall/api/?type=op&cmd=<request><content><upgrade><check></check></upgrade></content></request> |
| https://firewall/api/?type=op&cmd=<request><content><upgrade><info></info></upgrade></content></request> |
| https://firewall/api/?type=op&cmd=<request><content><upgrade><download><latest></latest></download></upgrade></content></request> |
| https://firewall/api/?type=op&cmd=<request><content><upgrade><download><file>Enter specific file name here<file></download></upgrade></content></request> |
| https://firewall/api/?type=op&cmd=<request><content><upgrade><install><version> <content version></version></install></upgrade></content></request> |
Access the available software
versions and upgrade the firewall | |
| https://firewall/api/?type=op&cmd=<request><system><software><info></info></software></system></request> |
| https://firewall/api/?type=op&cmd=<request><system><software><check></check></software></system></request> |
| https://firewall/api/?type=op&cmd=request><system><software><download><version></version></download></software></system></request> |
| https://firewall/api/?type=op&cmd=<show><jobs></jobs></show> |
| https://firewall/api/?type=op&cmd=<request><system><software><install><version>10.1.0</version></install></software></system></request> |
| https://firewall/api/?type=op&cmd=<request><restart><system></system></restart></request> |