Service: Health

This API is officially released and maintained.

This service provides the aggregated health state information of all Qb2 software modules (only state and state reason are included). Service can be used to get an instant overview of the overall Qb2 device health.

Table 1. Available methods
Method Request Response

Get

google.protobuf.Empty

HealthGetResponse

Watch

google.protobuf.Empty

HealthWatchResponseStream

Get

Returns the current aggregated health status of Qb2 software modules.

Response

Response to health get request.

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

health

data.Health

-

-

Aggregated health

Watch

Returns the aggregated health status stream of Qb2 software modules.

Response Stream

Response to health watch request.

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

health

data.Health

-

-

Aggregated health