网线拔出告警
Topic
Topic
/v1/devices/security/events
消息发送方
网关设备
消息接收方
物联网平台
params结构体说明
字段名
必选/可选
类型
参数描述
name
必选
String
设备名称。
请求示例
{
"devices": [
{
"deviceSn": "D3183Tth3w",
"services": [
{
"service": "deviceSecurity",
"mid":"mymessageid",
"data": {
"eventType": "NetCablePullOut",
"indication": 1,
"severity": "Warning",
"params": {
"name":"Port 0"
},
"eventTime": "2020-07-27T13:40:16.00Z"
}
}
]
}
]
}
最后更新于