证书过期告警
Topic
Topic
/v1/devices/security/events
消息发送方
网关设备
消息接收方
物联网平台
params结构体说明
字段名
必选/可选
类型
参数描述
certPath
必选
String
证书路径。
leftDays
必选
number
证书剩余有效日期,-1表示已过期。
请求示例
{
"devices": [
{
"deviceSn": "D3183Tth3w",
"services": [
{
"service": "certMonitorAlarm",
"mid":"mymessageid",
"data": {
"eventType": "certExpired",
"indication": 1,
"severity": "Warning",
"params": {
"certPath":"/path/myCert.pfx",
"leftDays":"31"
},
"eventTime": "2020-07-27T13:40:16.00Z"
}
}
]
}
]
}
最后更新于