Get AlarmLog List
GET
/api/v1/mbembo/alarmLog
Mbembo/ReportLogmbembo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{dev_mbembo_url}}/api/v1/mbembo/alarmLog?unread=false&clientID=1&createdAt=2024-11-13T15:00:00Z&alarmType=UnderPoint&alarmType=NormalPoint'
Response Response Example
{
"trID": "20250213091506205221",
"resultCode": "0200",
"resultMsg": "GetAlarmLogList OK",
"resultData": [
{
"id": 223116,
"createdAt": "2025-02-12T12:13:02.707Z",
"clientID": 33,
"alarmType": "UnderPoint",
"reportMsg": "alarm.message.debiteuse",
"reportPayload": [
{
"currentPoint": 0,
"alarmPoint": 1000,
"alarm": true,
"lidarID": 5,
"lidarIP": "192.168.1.85"
},
{
"currentPoint": 0,
"alarmPoint": 1000,
"lidarID": 4,
"lidarIP": "192.168.1.84"
}
],
"read": false,
"client": {
"id": 33,
"createdAt": "2024-11-29T02:49:48.185Z",
"updatedAt": "2025-02-12T13:18:02.34Z",
"deletedAt": 0,
"areaID": 4,
"name": "newro",
"host": "192.168.1.192",
"port": 10221,
"fingerprint": "5ab42ecb8ca187d26ac9d63d9b2654e8a347d14706c661098990621833351e3f",
"frameRate": 100,
"clientMode": 20
}
},
{
"id": 223115,
"createdAt": "2025-02-12T12:10:46.81Z",
"clientID": 33,
"zoneID": 1,
"alarmType": "ObjectViolation",
"reportMsg": "alarm.message.bauleah",
"reportPayload": [
{
"zoneID": 1,
"vobjectID": "95923",
"eventType": "ObjectViolation"
}
],
"read": false,
"client": {
"id": 33,
"createdAt": "2024-11-29T02:49:48.185Z",
"updatedAt": "2025-02-12T13:18:02.34Z",
"deletedAt": 0,
"areaID": 4,
"name": "newro",
"host": "192.168.1.192",
"port": 10221,
"fingerprint": "5ab42ecb8ca187d26ac9d63d9b2654e8a347d14706c661098990621833351e3f",
"frameRate": 100,
"clientMode": 20
}
}
],
"cursor": "W3sidGFibGUiOiJhbGFybV9sb2dzIiwiY29sdW1uIjoiaWQiLCJ2YWx1ZSI6IjIyMzA5NyIsImhhdmluZyI6ZmFsc2UsInNvcnQiOiJkZXNjIn1d"
}
Request
Query Params
unread
boolean
optional
Example:
false
clientID
number
optional
Example:
1
createdAt
string <date-time>
optional
Example:
2024-11-13T15:00:00Z
alarmType
array[string]
optional
Example:
["UnderPoint","NormalPoint"]
cursor
string
optional
Example:
{{cursor}}
Responses
Modified at 2025-02-18 04:25:27