插入网线告警

Topic

Topic
/v1/devices/security/events

消息发送方

网关设备

消息接收方

物联网平台

完整的数据格式告警中心主页章节。

这里只对特有字段做说明: 插入网线告警的eventType为:NetCableInsert

params结构体说明

字段名
必选/可选
类型
参数描述

name

必选

String

设备名称。

请求示例

{
    "devices": [
        {
            "deviceSn": "D3183Tth3w",
            "services": [
                {
                    "service": "deviceSecurity ",
                    "mid":"mymessageid",
                    "data": {
                        "eventType": "NetCableInsert",
                        "indication": 1,
                        "severity": "Warning",
                        "params": {
                            "name":"Port 0"
                        },
                        "eventTime": "2020-07-27T13:40:16.00Z"
                    }
                }
            ]
        }
    ]
}  

最后更新于