InlineNodeServiceStatusProperties1

InlineNodeServiceStatusProperties1
InlineNodeServiceStatusProperties1
JSON Example
{
    "health": "string",
    "monitor_pid": 0,
    "monitor_runtime_state": "string",
    "pids": [
        0
    ],
    "reason": "string",
    "runtime_state": "string"
}
string
health
Optional

Service health in addition to runtime_state

Possible values are : STABLE, DEGRADED,
integer As int64 As int64
monitor_pid
Optional

Service monitor process id

string
monitor_runtime_state
Optional

Service monitor runtime state

Possible values are : running, stopped,
array of integer
pids
Optional

Service process ids

string
reason
Optional

Reason for service degradation

string
runtime_state
Optional

Service runtime state

Possible values are : running, stopped,