Service: Runtime Action

This API is not yet officially released neither maintained.

The RuntimeAction service enables the system to execute runtime actions and updates on a running pipeline.

Table 1. Available methods
Method Request Response

GetTareVolume

RuntimeActionGetTareVolumeRequest

RuntimeActionGetTareVolumeResponse

ResetBackground

RuntimeActionResetBackgroundRequest

google.protobuf.Empty

GetTareVolume

Computes raw volume within a volume zone without any offsets.

Request

Request for the raw volume to be used for taring a volume zone

Table 2. Available fields in blickfeld.percept_pipeline.services.RuntimeActionGetTareVolumeRequest
Field Type Default Unit

zone_uuid

string

-

-

The uuid of the volume zone

Response

Response containing the raw volume of the requested zone

Table 3. Available fields in blickfeld.percept_pipeline.services.RuntimeActionGetTareVolumeResponse
Field Type Default Unit

tare_volume

float

-

m^3

The raw volume of the volume zone without any offsets/modifications. The value is supposed to be configured as 'empty_volume' value of a volume zone. As a result the current volume of the zone will be '0' until more volume is added.

ResetBackground

Resets the background of one, multiple or all devices

Request

Request to reset the background model of one, multiple or all devices

Table 4. Available fields in blickfeld.percept_pipeline.services.RuntimeActionResetBackgroundRequest
Field Type Default Unit

fqdns

repeated string

-

-

If the list is empty, the background models of all data sources are reset. If the background models of only specific devices should be rebuilt, the 'fqdn' of the respective devices has to be mentioned in the 'fqdns' list.