Palo Alto Networks · JSON Structure

Sase Multitenant Notifications Api Notif State Change Api Body Structure

NotifStateChangeApiBody schema from Multi-Tenant Notifications API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

NotifStateChangeApiBody 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

notifIds readState

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/sase-multitenant-notifications-api-notif-state-change-api-body-structure.json",
  "name": "NotifStateChangeApiBody",
  "description": "NotifStateChangeApiBody schema from Multi-Tenant Notifications API",
  "type": "object",
  "properties": {
    "notifIds": {
      "type": "array",
      "description": "List of notification IDs",
      "items": {
        "type": "string"
      }
    },
    "readState": {
      "type": "string",
      "description": "Read state of the notification",
      "enum": [
        "READ",
        "UNREAD"
      ]
    }
  }
}