Palo Alto Networks · Example Payload

Strata Logging Service Api Forwarding Status Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Strata Logging Service Api Forwarding 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

profile_idoverall_statusdestinations

Example Payload

Raw ↑
{
  "profile_id": "106511",
  "overall_status": "error",
  "destinations": [
    {
      "destination_id": "859667",
      "destination_type": "email",
      "status": "disabled",
      "last_successful_delivery": "2024-02-07T21:06:26Z",
      "error_count_24h": 780,
      "last_error": "example-last_error"
    },
    {
      "destination_id": "723231",
      "destination_type": "email",
      "status": "disabled",
      "last_successful_delivery": "2026-08-23T03:09:46Z",
      "error_count_24h": 490,
      "last_error": "example-last_error"
    }
  ]
}