Palo Alto Networks · JSON Structure

Sase Multitenant Notifications Api Webhook Channel Details Structure

WebhookChannelDetails schema from Multi-Tenant Notifications API

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

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

Properties

urls authType token

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-webhook-channel-details-structure.json",
  "name": "WebhookChannelDetails",
  "description": "WebhookChannelDetails schema from Multi-Tenant Notifications API",
  "type": "object",
  "properties": {
    "urls": {
      "type": "array",
      "description": "List of Webhook URLs - do not include token in the URL",
      "items": {
        "type": "string"
      }
    },
    "authType": {
      "type": "string",
      "description": "Webhook Authentication Type",
      "enum": [
        "NO_AUTH",
        "TOKEN"
      ]
    },
    "token": {
      "type": "string",
      "description": "Webhook token value"
    }
  },
  "required": [
    "urls",
    "authType",
    "token"
  ]
}