RecordMeasurementResponse¶
Purpose¶
After added a measurement performed by an engine to the measurement database, return the result of the operation.
Type¶
Reception:
Records with fields:
Measurement Query
: MeasurementQueryV1
The query that needs to be executed to record the measurement in the database.
Triggers
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]