Palo Alto Networks · JSON Structure

Identity Security Posture Management Api List Response Ticket Structure

ListResponseTicket schema from Incident Security Service Posture Management API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

total items

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/identity-security-posture-management-api-list-response-ticket-structure.json",
  "name": "ListResponseTicket",
  "description": "ListResponseTicket schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "total": {
      "type": "int64"
    },
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "tenant": {
            "type": "string"
          },
          "saasInstanceId": {
            "type": "string"
          },
          "resourceIds": {
            "type": "string"
          },
          "feature": {
            "type": "string"
          },
          "users": {
            "type": "string"
          },
          "integrationId": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "ticketKey": {
            "type": "string"
          },
          "ticketUrl": {
            "type": "string"
          },
          "summary": {
            "type": "string"
          },
          "createdAt": {
            "type": "datetime"
          }
        }
      }
    }
  }
}