Skip to content

GetDataTimeSeriesDBRequest

Purpose

Get the queried time series data and return it.

Type

Reception:

GetDataTimeSeriesDBRequestV1

Records with fields:

  • Time Series DB Query: TimeSeriesDBQueryV1

    The query that finds the requested time series data in the DB.

Triggers

GetDataTimeSeriesDBResponseV1

Records with fields:

  • Time Series DB Query: TimeSeriesDBQueryV1

    The query that finds the requested time series data in the DB.

Behaviour

Performs the requested search operation in the time series DB and returns the value.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: GetDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: GetDataTimeSeriesDBResponse
%% --8<-- [end:sequence]