VueronTechnology
EN
  • EN
  • KR
  1. Event
VueronTechnology
EN
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Area Frame
        GET
      • Stream Event
        GET
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
  • 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. Event

Stream Event

GET
{{mbembo_ws_url}}/ws/v1/mbembo/event

This is Websocket. You can't test through this page#

Try to test this feature via the websocket client.#

Receive events, such as client update or alarm raised.

Request

Query Params

Responses

⚪0Alarm
application/json
Body

⚪0Client
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{dev_mbembo_ws_url}}/ws/v1/mbembo/event?at='
Response Response Example
0 - Alarm - Client Event - Update
{
    "trID": "20250220055703031679",
    "eventVersion": 1,
    "eventType": "Client",
    "actionType": "Update",
    "actor": {
        "uid": "00000000-0000-0000-0000-000000000000",
        "userName": ""
    },
    "payload": {
        "id": 1,
        "createdAt": "2025-02-11T09:59:06.394Z",
        "updatedAt": "2025-02-20T05:57:03.115Z",
        "deletedAt": 0,
        "areaID": 1,
        "name": "local",
        "host": "localhost",
        "port": 10221,
        "fingerprint": "5ab42ecb8ca187d26ac9d63d9b2654e8a347d14706c661098990621833351e3f",
        "frameRate": 100,
        "clientMode": 1,
        "clientStat": {
            "id": 200,
            "createdAt": "2025-02-12 12:49:45",
            "clientID": 1,
            "zoneID": 1,
            "congestionLevel": 1,
            "zoneCount": 2,
            "passingCount": 0,
            "activeLidarCount": 1
        },
        "area": {
            "id": 1,
            "createdAt": "2025-02-11T09:58:53.544Z",
            "updatedAt": "2025-02-11T09:58:53.544Z",
            "deletedAt": 0,
            "name": "local",
            "description": "local",
            "clients": null
        },
        "zones": [
            {
                "id": 1,
                "clientID": 1,
                "name": "liveZone",
                "areaM2": 3288.967,
                "vertices": [
                    {
                        "x": -32.02945,
                        "y": 32.490665
                    },
                    {
                        "x": 28.211512,
                        "y": 32.490665
                    },
                    {
                        "x": 28.211512,
                        "y": -22.106188
                    },
                    {
                        "x": -32.02945,
                        "y": -22.106188
                    }
                ],
                "targetClass": [
                    "CAR",
                    "TRUCK",
                    "PEDESTRIAN",
                    "CYCLIST"
                ],
                "filterClass": null,
                "violationClass": null,
                "targetSides": [
                    {
                        "index": 0,
                        "name": "1",
                        "violationDirection": "In"
                    }
                ],
                "congestionMode": "Simple",
                "congestionLevels": [
                    {
                        "level": 1,
                        "threshold": 1,
                        "rgb": "#349af9"
                    },
                    {
                        "level": 2,
                        "threshold": 11,
                        "rgb": "#e6d806"
                    }
                ]
            },
            {
                "id": 2,
                "clientID": 1,
                "name": "test123",
                "areaM2": 9622.088,
                "vertices": [
                    {
                        "x": -69.52634,
                        "y": -25.850113
                    },
                    {
                        "x": 57.71725,
                        "y": -25.850113
                    },
                    {
                        "x": 57.71725,
                        "y": -101.46954
                    },
                    {
                        "x": -69.52634,
                        "y": -101.46954
                    }
                ],
                "targetClass": null,
                "filterClass": null,
                "violationClass": null,
                "targetSides": null,
                "congestionMode": "Simple",
                "congestionLevels": null
            }
        ]
    }
}
Modified at 2025-02-12 08:56:28
Previous
Stream Area Frame
Next
Get AlarmLog Count
Built with