- 说明
- 获取token
- 获取token
- 设备树
- 设备类
- ai云端算法配置
- 云端系统算法集
- 算法数据统计
- 人员
- 部门
- 告警回调
- 录像管理
- 端侧算法
- 智慧云店
算法分析统计-总
POST
/openApi/device/alarm/event/message/search/total/statistic/search
请求参数
Body 参数application/json
algorithmId
string | null
算法id
deviceIds
array[string] | null
设备id集合
startTime
string | null
可选
正则匹配:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$
endTime
string | null
可选
正则匹配:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$
示例
{
"algorithmId": "string",
"deviceIds": [
"string"
],
"startTime": "string",
"endTime": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://bcloud.jftechws.com/openApi/device/alarm/event/message/search/total/statistic/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"algorithmId": "string",
"deviceIds": [
"string"
],
"startTime": "string",
"endTime": "string"
}'
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
msg
string | null
可选
code
string | null
可选
model
object (OpenApiAlarmEventMessageSearchResp)
可选
algorithmId
string | null
算法id
analysisCount
integer | null
合计分析次数
alarmCount
integer | null
合计告警次数
mountAnalysisCount
integer | null
基座分析次数
mountAlarmCount
integer | null
基座告警次数
aiAnalysisCount
integer | null
ai巡检分析次数
aiAlarmCount
integer | null
ai告警次数
attributes
string | null
可选
示例
{
"success": false,
"msg": "",
"code": "",
"model": {
"algorithmId": "",
"analysisCount": 0,
"alarmCount": 0,
"mountAnalysisCount": 0,
"mountAlarmCount": 0,
"aiAnalysisCount": 0,
"aiAlarmCount": 0
},
"attributes": ""
}