PAN-OS REST API Error Codes
Table of Contents
PAN.OS 11.1 & Later
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)
PAN-OS REST API Error Codes
PAN-OS and Panorama REST API error code descriptions
The possible REST API feature-specific
error response codes and their descriptions are as follows:
Error Code | Description |
---|---|
1 | The operation was canceled, typically by the caller. |
2 | Unknown internal server error. |
3 | Bad request. The caller specified an invalid parameter. |
4 | Gateway timeout. A firewall or Panorama module timed out before a backend operation completed. |
5 | Not found. The requested entity was not found. |
6 | Conflict. The entity that the caller attempted to create already exists. |
7 | Forbidden. The caller does not have permission to execute the specified operation. |
16 | Unauthorized. The request does not have valid authentication credentials to perform the operation. |
8 | Resource exhausted. Some resource has been exhausted. |
9 | Failed precondition. The operation was rejected because the system is not in a state required for the execution of the operation. |
10 | Aborted because of conflict. A typical cause is a concurrency issue. |
11 | Out of range. The operation was attempted past a valid range. And example is reaching an end-of-file. |
12 | Not implemented. The operation is disabled, not implemented, or not supported. |
13 | Internal server error. An unexpected and potentially serious internal error occurred. |
14 | Service unavailable. The service is temporarily unavailable. |
15 | Internal server error. Unrecoverable data loss or data corruption occurred. |