Palo Alto Networks · Example Payload

Identity Security Posture Management Api List Response Ticket Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Identity Security Posture Management Api List Response Ticket Example is an example object payload from Palo Alto Networks, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalitems

Example Payload

Raw ↑
{
  "total": 436,
  "items": [
    {
      "id": "example-id",
      "tenant": "example-tenant",
      "saasInstanceId": "747855",
      "resourceIds": "example-resourceIds",
      "feature": "example-feature",
      "users": "jane.doe",
      "integrationId": "388479",
      "type": "custom",
      "ticketKey": "example-ticketKey",
      "ticketUrl": "example-ticketUrl",
      "summary": "Suspicious analysis alert blocked blocked configured traffic activity monitoring.",
      "createdAt": "2022-03-10T16:15:50+00:00"
    }
  ]
}