Skip to main content

status.proto

path phonexia/grpc/common/status.proto

package phonexia.grpc.common

Phonexia status definitions for gRPC API.


Messages

GetStatusRequest

NameTypeDescription

GetStatusResponse

Status response containing information about the micro-service.

NameTypeDescription
namestring

The name of the service.

versionstring

The version of the service.

configurationrepeated GetStatusResponse.ConfigurationEntry

The configuration of the service.

model_infooptional ModelInfo

The model information.

technology_namestring

The name of the technology.

GetStatusResponse.ConfigurationEntry

NameTypeDescription
keystring
valuegoogle.protobuf.Any

Services

Status

Service that implements status provider.

GetStatus

MethodGetStatus
RequestGetStatusRequest
ResponseGetStatusResponse
Description

Returns information about the micro-service.