Palo Alto Networks · JSON Structure

Cloud Ngfw Api Response Status Structure

Standard API response status envelope included in all responses.

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ResponseStatus is a JSON Structure definition published by Palo Alto Networks, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ErrorCode Reason

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-ngfw-api-response-status-structure.json",
  "name": "ResponseStatus",
  "description": "Standard API response status envelope included in all responses.",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "type": "int32",
      "description": "Error code. 0 indicates success."
    },
    "Reason": {
      "type": "string",
      "description": "Human-readable status message."
    }
  }
}