Home
Palo Alto Networks
Sase Multitenant Notifications Api Notif Profile Example
Sase Multitenant Notifications Api Notif Profile Example
Investigation suspicious and on monitoring firewall under.
Cloud Security Cybersecurity Firewall Network Security SASE SOAR Threat Intelligence XDR
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
id profileName description opState status tenantList excludeTenantList notifTypeDetails notifChannels successTenant failureTenant
Example Payload
{
"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"
]
}