Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 892 Bytes

File metadata and controls

24 lines (21 loc) · 892 Bytes

NodeServiceStatusProperties

Properties

Name Type Description Notes
health String Service health in addition to runtime_state [optional]
pids List<Long> Service process ids [optional]
runtimeState RuntimeStateEnum Service runtime state [optional]
monitorRuntimeState MonitorRuntimeStateEnum Service monitor runtime state [optional]
monitorPid Long Service monitor process id [optional]

Enum: RuntimeStateEnum

Name Value
RUNNING "running"
STOPPED "stopped"

Enum: MonitorRuntimeStateEnum

Name Value
RUNNING "running"
STOPPED "stopped"