要查找有关 Dotcom 监视器中警报模板的更多信息,请访问我们知识库的 配置警报 部分。

可用方法

连接示例

示例 JSON 对象
{
"Id": 394,
"Name": "HTML Template",
"Subject": "letter subject",
"Email_Reply_To": "",
"Template_Type": "Txt",
"Error_Message": "Error occured during the device monitoring at \u003c%Monitor_DateTime%\u003e\r\nMonitoring location:\u003c%Location%\u003e\r\n-----------------------------------------------------------\r\nTask sequence:\r\n\u003c%BAND Responses%\u003e\r\nName -\u003e \u003c%Task_Name%\u003e\r\nTASK -\u003e \u003c%TaskInfo%\u003e\r\nRESPONSE-\u003e Duration:\u003c%Duration%\u003e;Error Code:\u003c%Error_Code%\u003e;Reason:\u003c%Reason%\u003e\r\n***\r\n\u003c%END%\u003e\r\nNetwork TraceRoute: http://dmserver.tc/WebReporting/response/trace.aspx?uid=\u003c%UID%\u003e\u003c%ID:\u0027X\u0027%\u003e\r\nHTML Page snapshot: http://dmserver.tc/WebReporting/response/content.aspx?uid=\u003c%UID%\u003e\u003c%ID:\u0027X\u0027%\u003e\r\n",
"Test_Message": "This is a test alert for device \u003c%Site_Name%\u003e. If you have any questions please contact \u003c%Contact_Full_Name%\u003e",
"Uptime_Message": "Device \u003c%Site_Name%\u003e detected to be back online at \u003c%Monitor_DateTime%\u003e from monitoring location: \u003c%Location%\u003e",
"Assigned_To": []
}

字段描述

领域 类型 描述

Id

Int32

模板 ID

例子:
“Id”: 394

名字

字符串

模板名称

例子:
“名称”:”HTML 模板”

主题

字符串

字母主题

例子:
“主题”:”字母主题”

Email_Reply_To

字符串

例子:
“Email_Reply_To”:”reply@company.com”

Template_Type

字符串

此字段定义模板(消息)类型格式可能值为”HTML”和”TXT”

例子:
“Template_Type”: “Txt”

Error_Message

字符串

错误消息文本。
示例
“Error_Message”:“发生错误”

Test_Message

字符串

测试消息文本。
例子:
“Test_Message”:”这是设备 \u003c%Site_Name%\u003e 的测试警报。如果您有任何问题,请联系 \u003c%Contact_Full_Name%\u003e”

Uptime_Message

字符串

例子:
“Uptime_Message”:”检测到的设备 \u003c%Site_Name%\u003e 在从监控位置Monitor_DateTime \u003e 返回联机: \u003c%Location%\u003e”%Monitor_DateTime%

Assigned_To

包含 int32 值的数组

此数组包含分配警报组的设备 ID 列表。

例子:
“Assigned_To”: [8533, 8534,9756]