Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Ticket Structure

Ticket schema from Incident Security Service Posture Management API

Type: object Properties: 12
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id tenant saasInstanceId resourceIds feature users integrationId type ticketKey ticketUrl summary createdAt

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-ticket-structure.json",
  "name": "Ticket",
  "description": "Ticket schema from Incident Security Service Posture Management API",
  "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"
    }
  }
}