Palo Alto Networks · JSON Structure

Sase Multitenant Notifications Api Mt Notif Agg Key Structure

MtNotifAggKey schema from Multi-Tenant Notifications API

Type: object Properties: 5 Required: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

MtNotifAggKey is a JSON Structure definition published by Palo Alto Networks, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tsgId notifType category subCategory inAppFlag

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-mt-notif-agg-key-structure.json",
  "name": "MtNotifAggKey",
  "description": "MtNotifAggKey schema from Multi-Tenant Notifications API",
  "type": "object",
  "properties": {
    "tsgId": {
      "type": "string",
      "description": "TSG Id"
    },
    "notifType": {
      "type": "string",
      "description": "Notification Type",
      "enum": [
        "INCIDENTS",
        "UPGRADES",
        "ANNOUNCEMENTS"
      ]
    },
    "category": {
      "type": "string",
      "description": "Notification category - is associated with notification type"
    },
    "subCategory": {
      "type": "string",
      "description": "Notification sub-category - is associated with notification type and notification category"
    },
    "inAppFlag": {
      "type": "boolean",
      "description": "InApp Notification Flag"
    }
  },
  "required": [
    "tsgId",
    "notifType",
    "category",
    "subCategory",
    "inAppFlag"
  ]
}