Palo Alto Networks · Example Payload

Pan Os Rest Api Commit Status Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Pan Os Rest Api Commit Status Example is an example object payload from Palo Alto Networks, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@status@coderesult

Example Payload

Raw ↑
{
  "@status": "enabled",
  "@code": "example-@code",
  "result": {
    "job": {
      "id": "example-id",
      "type": "standard",
      "status": "FIN",
      "result": "OK",
      "progress": "example-progress",
      "details": {
        "line": "example-line"
      }
    }
  }
}