网络链路丢包率告警
功能描述
Topic
Topic
/v1/devices/security/events
params结构体说明
字段名
必选/可选
类型
参数描述
请求示例
{
"devices": [
{
"deviceSn": "D3183Tth3w",
"services": [
{
"service": "netlinkAlarm",
"mid":"mymessageid",
"data": {
"eventType": "netlinkLossPacket",
"indication": 1,
"severity": "Warning",
"params": {
"target": "172.16.24.81",
"target_port": 1883,
"protocol": "tcp",
"avgLossPacket": 80.0,
"lossPacketThreshold": 50.0
},
"eventTime": "2020-07-27T13:40:16.00Z"
}
}
]
}
]
}最后更新于