Run Operational Mode Commands (API)
Table of Contents
10.0 (EoL)
Expand all | Collapse all
-
- Upgrade a Firewall to the Latest PAN-OS Version (API)
- Show and Manage GlobalProtect Users (API)
- Query a Firewall from Panorama (API)
- Upgrade PAN-OS on Multiple HA Firewalls through Panorama (API)
- Automatically Check for and Install Content Updates (API)
- Enforce Policy using External Dynamic Lists and AutoFocus Artifacts (API)
- Configure SAML 2.0 Authentication (API)
- Quarantine Compromised Devices (API)
- Manage Certificates (API)
-
- Asynchronous and Synchronous Requests to the PAN-OS XML API
- Run Operational Mode Commands (API)
- Apply User-ID Mapping and Populate Dynamic Groups (API)
- Get Version Info (API)
-
- PAN-OS REST API
- Access the PAN-OS REST API
- Resource Methods and Query Parameters (REST API)
- PAN-OS REST API Request and Response Structure
- PAN-OS REST API Error Codes
- Work With Objects (REST API)
- Create a Security Policy Rule (REST API)
- Work with Policy Rules on Panorama (REST API)
- Create a Tag (REST API)
- Configure a Security Zone (REST API)
- Configure an SD-WAN Interface (REST API)
- Create an SD-WAN Policy Pre Rule (REST API)
- Configure an Ethernet Interface (REST API)
- Update a Virtual Router (REST API)
- Work With Decryption (APIs)
End-of-Life (EoL)
Run Operational Mode Commands (API)
Use any of the operational mode commands available on
the command line interface with the following API request:
curl -X GET "https://<firewall>/api/?key=apikey&type=op&cmd=<xml-body>"
Use
the API Browser to explore operational mode commands and
a complete listing of all the options available for the xml-body and
their corresponding operation.
Some requests operational mode commands, including download,
upgrade, and installation requests, are asynchronous, meaning they
require more than one request to get final results. Learn more about Asynchronous
and Synchronous Requests to the PAN-OS XML API.
Operational Command | API Request |
---|---|
System restart. |
|
System software version installation. |
|
Multi-vsys mode. |
|
User Activity Report scheduling. |
|
Detailed information on applications and
threats from the firewall. |
|
Full configuration validation. |
|
Partial configuration validation. |
|
Configuration saving. |
|
Configuration loading. |
|
Partial revert of admin-level changes for
a candidate configuration on a firewall. |
|
Partial revert of admin-level changes to Panorama
by a specific administrator within a specific device group |
|
Base64-encoded metadata of a SAML authentication
profile. |
|
Summary of changes between the active and candidate configuration. |
|
Commit locks |
|
Remove configuration lock |
To
remove the configuration lock for a particular Device Group, append
&vsys=TargetDG to the end of request where TargetDG is the name
of the Device Group. |
Remove configuration locks for a particular template |
|
Show WildFire appliances connected to Panorama. |
|
System summary about WildFire appliances
or WildFire clusters. |
|
Generate a list of Firewalls connected and sending
data to a WildFire appliance or WildFire cluster. |
|
Display configuration details about a specified WildFire
appliance or WildFire cluster. |
|
Display registration activity for a specified WildFire
appliance or WildFire cluster. |
|
Display statistics for a specified WildFire
appliance or WildFire cluster. |
|
Display a list of supported VM images on
the specified WildFire appliance. |
|