Files
thingsboard-config/notification_rule/f42dd7c0-0b6a-11f1-9957-b95a9cb5ea38.json
paul@velocoding.com 392508da6e init commit
2026-02-19 21:24:21 +00:00

34 lines
1.2 KiB
JSON

{
"entityType" : "NOTIFICATION_RULE",
"entity" : {
"additionalConfig" : {
"description" : "Send notification to tenant admins when any Rule chain or Rule node failed to start, update or stop"
},
"enabled" : true,
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_RULE",
"id" : "f42dd7c0-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Rule node initialization failure",
"recipientsConfig" : {
"targets" : [ "f4226610-0b6a-11f1-9957-b95a9cb5ea38" ],
"triggerType" : "RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT"
},
"templateId" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f42d3b80-0b6a-11f1-9957-b95a9cb5ea38"
},
"triggerConfig" : {
"triggerType" : "RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT",
"onlyRuleChainLifecycleFailures" : true,
"onlyRuleNodeLifecycleFailures" : true,
"ruleChainEvents" : [ "STOPPED", "STARTED", "UPDATED" ],
"ruleChains" : null,
"ruleNodeEvents" : [ "STOPPED", "STARTED", "UPDATED" ],
"trackRuleNodeEvents" : true,
"triggerType" : "RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT"
},
"triggerType" : "RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT"
}
}