Service: Health

This API is officially released and maintained.

The health service provides methods to monitor operational status of the core_processing module

Table 1. Available methods
Method Request Response

Get

google.protobuf.Empty

HealthGetResponse

Watch

google.protobuf.Empty

HealthWatchResponseStream

SetConfig

HealthSetConfigRequest

google.protobuf.Empty

GetConfig

google.protobuf.Empty

HealthGetConfigResponse

Get

Returns the current health status of the core_processing module

Response

Response to health get request

Table 2. Available fields in blickfeld.core_processing.services.HealthGetResponse
Field Type Default Unit

health

data.Health

-

-

Health state

Watch

Can be used to attach to the health monitoring status information of the core_processing module

Response Stream

Stream response to health watch request

Table 3. Available fields in blickfeld.core_processing.services.HealthWatchResponse
Field Type Default Unit

health

data.Health

-

-

Health state

SetConfig

Set the necessary parameters to generate the health message. It could be calibration flag, limits, etc.

Request

Health set config request

Table 4. Available fields in blickfeld.core_processing.services.HealthSetConfigRequest
Field Type Default Unit

config

config.Health

-

-

Health parameters

GetConfig

Get the health config

Response

Health get config response

Table 5. Available fields in blickfeld.core_processing.services.HealthGetConfigResponse
Field Type Default Unit

config

config.Health

-

-

Health parameters