Service: Health

This API is officially released and maintained.

The health service provides methods to monitor the instant operational status of the beam deflection controller

Table 1. Available methods
Method Request Response

Get

google.protobuf.Empty

HealthGetResponse

Watch

google.protobuf.Empty

HealthWatchResponseStream

Get

Returns the current health status of the beam deflection controller

Response

Message containing the health data for a single get request

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

health

data.Health

-

-

Please refer to [data.Health]

Watch

Can be used to attach to the health monitoring status information of the beam deflection controller

Response Stream

Message containing the health data for a watch stream

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

health

data.Health

-

-

Please refer to [data.Health]