Palo Alto Networks · JSON Structure

Pan Os Rest Api Pan Os Response Structure

Standard PAN-OS API response envelope.

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

@status @code msg

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/pan-os-rest-api-pan-os-response-structure.json",
  "name": "PanOsResponse",
  "description": "Standard PAN-OS API response envelope.",
  "type": "object",
  "properties": {
    "@status": {
      "type": "string",
      "enum": [
        "success",
        "error"
      ]
    },
    "@code": {
      "type": "string"
    },
    "msg": {
      "type": "string"
    }
  }
}