Palo Alto Networks · Example Payload

Sase Multitenant Notifications Api Notif Profile Example

Investigation suspicious and on monitoring firewall under.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase Multitenant Notifications Api Notif Profile Example is an example object payload from Palo Alto Networks, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idprofileNamedescriptionopStatestatustenantListexcludeTenantListnotifTypeDetailsnotifChannelssuccessTenantfailureTenant

Example Payload

Raw ↑
{
  "id": "example-id",
  "profileName": "Development Connector 94",
  "description": "Investigation suspicious and on monitoring firewall under.",
  "opState": "ENABLED",
  "status": "enabled",
  "tenantList": [
    "example-tenantList_item",
    "example-tenantList_item"
  ],
  "excludeTenantList": [
    "example-excludeTenantList_item",
    "example-excludeTenantList_item"
  ],
  "notifTypeDetails": [
    {
      "type": "INCIDENTS",
      "notifCategoryList": [
        {
          "name": "Production Firewall 60",
          "bestPractice": true,
          "subCategoryList": [
            {},
            {}
          ]
        }
      ]
    },
    {
      "type": "ANNOUNCEMENTS",
      "notifCategoryList": [
        {
          "name": "Branch Sensor 89",
          "bestPractice": true,
          "subCategoryList": [
            {},
            {}
          ]
        },
        {
          "name": "Branch Connector 44",
          "bestPractice": true,
          "subCategoryList": [
            {},
            {}
          ]
        }
      ]
    },
    {
      "type": "UPGRADES",
      "notifCategoryList": [
        {
          "name": "Secondary Firewall 15",
          "bestPractice": false,
          "subCategoryList": [
            {}
          ]
        }
      ]
    }
  ],
  "notifChannels": [
    {
      "name": "Branch Policy 28",
      "type": "EMAIL",
      "emailChannelDetails": {},
      "webhookChannelDetails": {},
      "template": {
        "name": "Corporate Policy 89",
        "templateJson": "example-templateJson"
      }
    },
    {
      "name": "Remote Cluster 48",
      "type": "EMAIL",
      "emailChannelDetails": {},
      "webhookChannelDetails": {},
      "template": {
        "name": "Secondary Cluster 88",
        "templateJson": "example-templateJson"
      }
    }
  ],
  "successTenant": [
    "example-successTenant_item",
    "example-successTenant_item",
    "example-successTenant_item"
  ],
  "failureTenant": [
    "example-failureTenant_item",
    "example-failureTenant_item"
  ]
}