ServicesServiceInfo
The Service.Info structure contains information about a service.
Properties
string
description_key
Required
Service description key. Can be used to lookup resource bundle
health
Optional
Health of service. This field is optional and it is only relevant when the value of Service.Info.state is STARTED.
array of
StdLocalizableMessage
health_messages
Optional
Localizable messages associated with the health of the service This field is optional and it is only relevant when the value of Service.Info.state is STARTED.
string
name_key
Required
Service name key. Can be used to lookup resource bundle
JSON Example
{
"description_key": "string",
"name_key": "string",
"startup_type": "enum",
"state": "enum"
}