Palo Alto Networks · Schema

NotifStateChangeApiBody

NotifStateChangeApiBody schema from Multi-Tenant Notifications API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
notifIds array List of notification IDs
readState string Read state of the notification
View JSON Schema on GitHub

JSON Schema

sase-multitenant-notifications-api-notif-state-change-api-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotifStateChangeApiBody",
  "description": "NotifStateChangeApiBody schema from Multi-Tenant Notifications API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-notifications-api-notif-state-change-api-body-schema.json",
  "type": "object",
  "properties": {
    "notifIds": {
      "description": "List of notification IDs",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "readState": {
      "type": "string",
      "description": "Read state of the notification",
      "enum": [
        "READ",
        "UNREAD"
      ]
    }
  }
}