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.

Table 1. Available methods
Method Request Response

Stream

EventExportStreamRequest

EventExportStreamResponseStream

Stream

Get all requested events for the event export.

Request

Request for getting a stream of event export messages

Table 2. Available fields in blickfeld.toolkit.services.EventExportStreamRequest
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

Response Stream

Response for getting a stream of event export messages

Table 3. Available fields in blickfeld.toolkit.services.EventExportStreamResponse
Field Type Default Unit

file

data.File

-

-

File of a event export