Service: Health

This API is officially released and maintained.

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

Table 1. Available methods
Method Request Response

Get

google.protobuf.Empty

HealthGetResponse

Watch

google.protobuf.Empty

HealthWatchResponseStream

Get

Returns the current health status

Response

Response to health get request

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

health

data.Health

-

-

Health state

Watch

Can be used to attach to the health monitoring status information

Response Stream

Stream response to health watch request

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

health

data.Health

-

-

Health state