RecordMeasurementRequest¶
Purpose¶
Add a measurement performed by an engine to the measurement database.
Type¶
Reception:
Records with fields:
Measurement Query
: MeasurementQueryV1
The query that needs to be executed to record the measurement in the database.
Triggers
Records with fields:
Measurement Query
: MeasurementQueryV1
The query that needs to be executed to record the measurement in the database.
Success Operation
: SuccessOperationMeasurementDBV1
The success of the operation, indicating that the KV-pair was deleted successfully or not.
Behavior¶
Adds a measurement performed by an engine to the measurement database.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Measurement Engine: RecordMeasurementRequest
Measurement Engine -->>- Any Local Engine: RecordMeasurementResponse
%% --8<-- [end:sequence]