Palo Alto Networks · Schema

MtNotification

MtNotification schema from Multi-Tenant Notifications API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
id string Notification id
name string Notification name
body string Description of the notification
action string Action to be taken on receiving the notification (if applicable)
createdTime number Notification creation time
aggKey object Multi-Tenant Notification Aggregation Key
impactedTenants array List of impacted tenants
impactedTenantCount number Number of tenants impacted by the multi-tenant notification
notifReadState string Read state of the notification
notifChannels array List of output channels that the notification is sent on
notifType string Notification type
View JSON Schema on GitHub

JSON Schema

sase-multitenant-notifications-api-mt-notification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MtNotification",
  "description": "MtNotification 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-mt-notification-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "description": "Notification id",
      "type": "string"
    },
    "name": {
      "description": "Notification name",
      "type": "string"
    },
    "body": {
      "description": "Description of the notification",
      "type": "string"
    },
    "action": {
      "description": "Action to be taken on receiving the notification (if applicable)",
      "type": "string"
    },
    "createdTime": {
      "description": "Notification creation time",
      "type": "number"
    },
    "aggKey": {
      "type": "object",
      "description": "Multi-Tenant Notification Aggregation Key",
      "properties": {
        "tag": {
          "required": [
            "tsgId",
            "notifType",
            "category",
            "subCategory",
            "inAppFlag"
          ],
          "type": "object",
          "properties": {
            "tsgId": {
              "description": "TSG Id",
              "type": "string"
            },
            "notifType": {
              "description": "Notification Type",
              "type": "string",
              "enum": [
                "INCIDENTS",
                "UPGRADES",
                "ANNOUNCEMENTS"
              ]
            },
            "category": {
              "description": "Notification category - is associated with notification type",
              "type": "string"
            },
            "subCategory": {
              "description": "Notification sub-category - is associated with notification type and notification category",
              "type": "string"
            },
            "inAppFlag": {
              "description": "InApp Notification Flag",
              "type": "boolean"
            }
          }
        }
      }
    },
    "impactedTenants": {
      "description": "List of impacted tenants",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "impactedTenantCount": {
      "description": "Number of tenants impacted by the multi-tenant notification",
      "type": "number"
    },
    "notifReadState": {
      "type": "string",
      "description": "Read state of the notification",
      "enum": [
        "READ",
        "UNREAD"
      ]
    },
    "notifChannels": {
      "description": "List of output channels that the notification is sent on",
      "type": "array",
      "items": {
        "required": [
          "name",
          "type"
        ],
        "type": "object",
        "properties": {
          "name": {
            "description": "Notification channel name",
            "type": "string"
          },
          "type": {
            "description": "Notification channel type",
            "type": "string",
            "enum": [
              "EMAIL",
              "WEBHOOK"
            ]
          },
          "emailChannelDetails": {
            "description": "Email channel details",
            "type": "object",
            "additionalProperties": {
              "required": [
                "emails"
              ],
              "type": "object",
              "properties": {
                "emails": {
                  "description": "List of emails",
                  "type": "array",
                  "items": {
                    "required": [
                      "name",
                      "emailId"
                    ],
                    "type": "object",
                    "properties": {
                      "name": {
                        "description": "Email owner name",
                        "type": "string"
                      },
                      "emailId": {
                        "description": "Email id",
                        "type": "string"
                      }
                    }
                  }
                }
              }
            }
          },
          "webhookChannelDetails": {
            "description": "Webhook channel details",
            "type": "object",
            "additionalProperties": {
              "required": [
                "urls",
                "authType",
                "token"
              ],
              "type": "object",
              "properties": {
                "urls": {
                  "description": "List of Webhook URLs - do not include token in the URL",
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "authType": {
                  "description": "Webhook Authentication Type",
                  "type": "string",
                  "enum": [
                    "NO_AUTH",
                    "TOKEN"
                  ]
                },
                "token": {
                  "description": "Webhook token value",
                  "type": "string"
                }
              }
            }
          },
          "template": {
            "description": "Channel output template",
            "type": "object",
            "properties": {
              "name": {
                "description": "Output channel template name",
                "type": "string"
              },
              "templateJson": {
                "description": "JSON describing the output channel template",
                "type": "string"
              }
            }
          }
        }
      }
    },
    "notifType": {
      "description": "Notification type",
      "type": "string"
    }
  },
  "required": [
    "name",
    "body",
    "aggKey",
    "notifReadState",
    "impactedTenants",
    "impactedTenantCount",
    "notifChannels"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sase-multitenant-notifications-api-mt-notification"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.