Service: Health

This API is not yet officially released neither maintained.

An RPC service to request information about the state of the pipeline and of the module.

Table 1. Available methods
Method Request Response

Watch

google.protobuf.Empty

HealthWatchResponseStream

Get

google.protobuf.Empty

HealthGetResponse

Watch

A method to get a stream of health messages, containing information about the state of the pipeline

Response Stream

A response for getting a stream of health messages about the pipeline

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

health

data.Health

-

-

The current health message with information about the state of the pipeline

Get

A method to get one health message, containing information about the state of the pipeline

Response

A response for getting an health message about the pipeline

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

health

data.Health

-

-

The current health message with information about the state of the pipeline