1. 设备运维记录推送
1.1. busiType=4 设备运维记录推送
名称 |
类型 |
必须 |
默认值 |
备注 |
busiType |
string |
是 |
|
业务数据类型 4 设备运维记录推送 |
data |
JSON String |
是 |
|
业务数据JSON String |
|─uuid |
string |
否 |
|
设备告警记录uuid |
|─zoneUuid |
string |
否 |
|
区域uuid |
|─zoneName |
string |
否 |
|
区域名 |
|─eventTypeId |
integer |
否 |
|
事件类型ID,可从事件类型接口获取详情 |
|─sourceType |
integer |
否 |
|
分析源类型:2、门禁点 3、监控点 |
|─eventTime |
long |
否 |
|
事件发生时间 |
|─isSupportPlayback |
boolean |
否 |
|
是否支持录像回放功能:true-支持;false-不支持 |
|─sourceUuid |
string |
否 |
|
分析源UUID |
|─sourceName |
string |
否 |
|
分析源分析源 |
|─deviceAlarmUri |
string |
否 |
|
设备告警抓拍图 |
1.1.1. 回调数据示例
响应 200
{
"busiType": 4,
"data": "{\"uuid\": \"22d7b7c814104ecbbfe474c634183975\",\"zoneUuid\": \"0\",\"zoneName\": \"默认区域\",\"eventTypeId\": 4101,\"sourceType\": 2,\"eventTime\": 1713845339659,\"isSupportPlayback\": false,\"sourceUuid\": \"f16757ddd58647f891008e41b9a14d20\",\"sourceName\": \"M123123089767223\"}"
}