Service: Event Export
| This API is officially released and maintained. |
The event export service allows streaming of event export data to a client. It requests and combines all the required data into one stream. The data consists of the metadata and one or multiple events. Every event consists of an event file and multiple foreground, object and state files. A message in the stream consists of a file-path and the corresponding data. That means that one message represents one file in an event export archive.
| Method | Request | Response |
|---|---|---|
Stream
Get all requested events for the event export.
Request
Request for getting a stream of event export messages
| Field | Type | Default | Unit |
|---|---|---|---|
event_ids |
repeated string |
- |
- |
The events to be exported |
|||
history_replay_range |
optional uint32 |
- |
- |
The capture window around an event for the historical data |
|||