网线拔出告警
Topic
Topic
/v1/devices/security/events
params结构体说明
字段名
必选/可选
类型
参数描述
请求示例
{
"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"
}
}
]
}
]
}最后更新于