Files
thingsboard-config/notification_rule/f4283270-0b6a-11f1-9957-b95a9cb5ea38.json
2026-02-19 21:24:48 +00:00

34 lines
939 B
JSON

{
"entityType" : "NOTIFICATION_RULE",
"entity" : {
"additionalConfig" : {
"description" : "Send notification to tenant admins when any alarm is updated or cleared"
},
"enabled" : true,
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_RULE",
"id" : "f4283270-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Alarm update",
"recipientsConfig" : {
"escalationTable" : {
"0" : [ "f4226610-0b6a-11f1-9957-b95a9cb5ea38" ]
},
"triggerType" : "ALARM"
},
"templateId" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f427bd40-0b6a-11f1-9957-b95a9cb5ea38"
},
"triggerConfig" : {
"triggerType" : "ALARM",
"alarmSeverities" : null,
"alarmTypes" : null,
"clearRule" : null,
"notifyOn" : [ "SEVERITY_CHANGED", "CLEARED", "ACKNOWLEDGED" ],
"triggerType" : "ALARM"
},
"triggerType" : "ALARM"
}
}