getEventList

Use the interface to get the event list.

Request Mode

POST/GET http://ip/V1.0/replay/getEventList

Request Data

Null

Response Body

{
    "status": 0,
    "message": "SUCCESS",
    "eventList": [
        {
            "replayRecordId": 45,
            "totalSize": 11978125,
            "duration": 5000
        },
        {
            "replayRecordId": 44,
            "totalSize": 8993489,
            "duration": 5000
        }
    ]
}
Name Description
replayRecordId The event ID
totalSize The size of event file, in byte
duration Duration, in millisecond

HTTP Status Code

results matching ""

    No results matching ""