ServicesServiceInfo
The Service.Info structure contains information about a service.
Properties
Service description key. Can be used to lookup resource bundle
Service name key. Can be used to lookup resource bundle
Startup Type.
Possible values are: MANUAL , AUTOMATIC , DISABLED
Running State.
Possible values are: STARTING , STOPPING , STARTED , STOPPED
Health of service. This field is optional and it is only relevant when the value of Service.Info.state is STARTED.
Possible values are: DEGRADED , HEALTHY , HEALTHY_WITH_WARNINGS
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.
JSON Example
{
"description_key": "string",
"name_key": "string",
"startup_type": "enum",
"state": "enum"
}