Service: Health

This API is not yet officially released neither maintained.

An gRPC service to request the health of toolkit

Table 1. Available methods
Method Request Response

Watch

google.protobuf.Empty

HealthWatchResponseStream

Get

google.protobuf.Empty

HealthGetResponse

Watch

Streams health messages in regular intervals containing the state of toolkit

Response Stream

Health Stream response of the toolkit module

Table 2. Available fields in blickfeld.percept_toolkit.services.HealthWatchResponse
Field Type Default Unit

health

data.Health

-

-

The current health state of the module

Get

Return health messages containing the state of toolkit

Response

Health Get response of the toolkit module

Table 3. Available fields in blickfeld.percept_toolkit.services.HealthGetResponse
Field Type Default Unit

health

data.Health

-

-

The current health state of the module