Skip to content

GetDataTimeSeriesDBRequest

Purpose

Get the queried time series data and return it.

Type

Reception:

GetDataTimeSeriesDBRequestV1

Records with fields:

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

Triggers

GetDataTimeSeriesDBResponseV1

Records with fields:

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

The requested time series data.

Behavior

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]