2.json
1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "设备配置1",
"description": "设备配置1",
"transportType": "COAP",
"profileData": {
"alarms": [
{
"alarmType": "设备配置1",
"propagate": true,
"propagateRelationTypes": [
"设备配置1"
],
"createRules": {
"WARNING": {
"alarmDetails": "设备配置1",
"schedule": {
"type": "SPECIFIC_TIME"
},
"spec": {
"spec": "HOURS"
},
"condition": {
"condition": [
{
"key": {
"type": "TIME_SERIES",
"key": "TIME_SERIES"
},
"valueType": "CURRENT_DEVICE",
"value": {
"value": "设备配置1"
},
"predicate": {
"predicate": "设备配置1"
}
}
]
}
}
}
}
]
},
"alarmProfile": {
"alarmContactId": "ce350734-9504-48c2-82d2-277e3fe5583f",
"messageMode": "PHONE_MESSAGE"
}
}