Service: History
| This API is officially released and maintained. |
The history service provides historical data. The data is captured event-based e.g. when an intrusion occurs. The capture window is +/- 10 seconds around the event. The data is intended for event analysis and fine tuning of config.
| The data is stored in volatile memory thus it is not persisted over a power reset of the device. Additionally, only a limited amount is kept. |
| Method | Request | Response |
|---|---|---|
StreamRange
Stream historical data in the given id range.
Raises a NOT_FOUND error when no historical data in the given range is available.
Request
Request for stream range method
| Field | Type | Default | Unit |
|---|---|---|---|
start_id |
string |
- |
- |
ID where the stream should start |
|||
end_id |
string |
- |
- |
ID where the stream should stop |
|||
Response Stream
Response for stream range method
| Field | Type | Default | Unit |
|---|---|---|---|
objects |
- |
- |
|
Historical objects |
|||
states |
- |
- |
|
Historical states |
|||
foreground |
- |
- |
|
Historical foreground point cloud |
|||
zone_coverage |
optional core_processing.data.Frame |
- |
- |
Historical zone coverage point cloud Only available for zones where a minimum coverage is configured. |
|||