Palo Alto Networks · Example Payload

Sase Config Orchestration Api Onboarding Status Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase Config Orchestration Api Onboarding Status Example is an example object payload from Palo Alto Networks, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatusstepserror_messagestarted_atcompleted_at

Example Payload

Raw ↑
{
  "id": "example-id",
  "status": "completed",
  "steps": [
    {
      "step": "example-step",
      "status": "pending",
      "message": "Firewall for network policy violation traffic updated incident traffic under alert.",
      "completed_at": "2025-04-27T01:57:45Z"
    },
    {
      "step": "example-step",
      "status": "pending",
      "message": "Activity policy updated analysis blocked rule investigation activity.",
      "completed_at": "2026-06-21T07:04:30Z"
    },
    {
      "step": "example-step",
      "status": "failed",
      "message": "Investigation response traffic response monitoring incident and endpoint updated allowed under.",
      "completed_at": "2025-11-25T01:00:59Z"
    }
  ],
  "error_message": "example-error_message",
  "started_at": "2026-07-05T11:45:42Z",
  "completed_at": "2024-04-18T08:54:42Z"
}