nothing changed but testing dev branch
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"deliveryMethodsTemplates" : {
|
||||
"WEB" : {
|
||||
"method" : "WEB",
|
||||
"additionalConfig" : {
|
||||
"icon" : {
|
||||
"enabled" : true,
|
||||
"icon" : "error",
|
||||
"color" : "#e91a1a"
|
||||
},
|
||||
"actionButtonConfig" : {
|
||||
"enabled" : true,
|
||||
"text" : "Go to Edge",
|
||||
"linkType" : "LINK",
|
||||
"link" : "/edgeManagement/instances/${edgeId}"
|
||||
}
|
||||
},
|
||||
"body" : "Failure message: '${failureMsg}'",
|
||||
"enabled" : true,
|
||||
"subject" : "Edge '${edgeName}' communication failure occurred"
|
||||
}
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"id" : "f42f1040-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Edge communication failure notification",
|
||||
"notificationType" : "EDGE_COMMUNICATION_FAILURE"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user