VueronTechnology
EN
  • EN
  • KR
  1. AlarmLog
VueronTechnology
EN
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Area Frame
      • Stream Event
    • AlarmLog
      • Get AlarmLog Count
        GET
      • Get AlarmLog List
        GET
  • Schemas
    • VueFlowSchema
      • Client
        • Client
        • OsloClient
        • ClientCalibration
        • GPSCalibration
        • ClientStat
        • BackgroundImage
        • OsloEventConfig
        • ReportLog
        • UserRole
        • User
        • OsloScheduleRecord
        • MinIOConfig
        • ModelRange
      • Lidar
        • LidarInfo
        • Calibration
        • Lidar
      • VObject
        • VObject
        • VObjectType
        • VObjectViolationType
      • Zone
        • Zone
        • CongestionMode
        • CongestionLevel
        • TargetSide
        • ZoneDirection
        • ZoneStatistics
        • ChartMetric
        • ChartZoneStat
        • gimpo airport specific role
      • ZoneMZMode
        • ZoneMZMode
        • ZoneComponent
        • MetricComponent
        • FilterComponent
        • ObjectBehaviorDetectionComponent
        • ObjectStatusDetectionComponent
        • SituationDetectionComponent
        • ZoneComponentType
        • ObjectStat
      • OsloFile
        • OsloFile
        • OsloFileHeader
        • OsloEventLogStreamInfo
        • OsloPlaylist
      • OsloEvent
        • OsloEventConfig
        • OsloEventType
      • OsloCommand
        • OsloCommandMode
        • OsloCommand
        • PlayInfo
        • RecordInfo
        • CalibrationGuide
      • Alarm
        • AlarmLog
        • AlarmType
        • Payload
        • AlarmFilter
      • Types
        • BoolStatus
        • AlarmType
        • Coord3D
        • ModelRange
        • OsloClientMode
      • Frames
        • AreaFrame
        • ClientFrame
        • ZoneFrame
        • StreamHeader
      • WebsocketEvent
        • WebsocketEvent
        • WebsocketEventType
        • WebsocketActionType
      • Remote Support
        • RemoteSupport
      • Area
      • Oslo Config
    • Vueron Response
    • Websocket Stream
    • BaseModel
  1. AlarmLog

Get AlarmLog List

GET
{{mbembo_url}}/api/v1/mbembo/alarmLog

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

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' \
--header 'Authorization: Bearer <token>'
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"
}
Modified at 2025-02-18 04:25:27
Previous
Get AlarmLog Count
Next
Client
Built with