Skip to main content

HealthResponse

Public API contract.

api objectrequired

Public API contract.

detailstringrequired
detection_windowstringrequired
statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

checked_atstringrequired

Public API contract.

command_path object
oneOf
null
conductor objectrequired

Public API contract.

detailstringrequired
detection_windowstringrequired
statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

control_plane objectrequired

Public API contract.

detailstringrequired
detection_windowstringrequired
statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

data_plane_sql objectrequired

Public API contract.

detailstringrequired
detection_windowstringrequired
implementationDataPlaneSqlImplementationrequired

Public API contract.

Possible values: [postgres, sqlite]

statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

event_pull object
oneOf
null
executors objectrequired

Public API contract.

capacity_interpretationExecutorCapacityInterpretationrequired

Public API contract.

Possible values: [observation_only]

configured_process_slotsinteger | nullnullable

Possible values: >= 0

detailstringrequired
detection_windowstringrequired
freshest_observation_age_ms(integer | null)<int64>nullable

Possible values: >= 0

in_flight_countinteger | nullnullable

Possible values: >= 0

observation_ttl_ms(integer | null)<int64>nullable

Possible values: >= 0

observed_executorsinteger | nullnullable

Possible values: >= 0

oldest_observation_age_ms(integer | null)<int64>nullable

Possible values: >= 0

statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

formation object
oneOf
null
installation_authentication object
oneOf
null
installation_authentication_warningstring | nullnullable
local_coordination object
oneOf
null
nats_kv objectrequired

Public API contract.

detailstringrequired
detection_windowstringrequired
statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

readiness object
oneOf
null
redis_capability
HealthResponse
{
"api": {
"detail": "string",
"detection_window": "string",
"status": "healthy"
},
"checked_at": "string",
"command_path": "null",
"conductor": {
"detail": "string",
"detection_window": "string",
"status": "healthy"
},
"control_plane": {
"detail": "string",
"detection_window": "string",
"status": "healthy"
},
"data_plane_sql": {
"detail": "string",
"detection_window": "string",
"implementation": "postgres",
"status": "healthy"
},
"event_pull": "null",
"executors": {
"capacity_interpretation": "observation_only",
"configured_process_slots": 0,
"detail": "string",
"detection_window": "string",
"freshest_observation_age_ms": 0,
"in_flight_count": 0,
"observation_ttl_ms": 0,
"observed_executors": 0,
"oldest_observation_age_ms": 0,
"status": "healthy"
},
"formation": "null",
"installation_authentication": "null",
"installation_authentication_warning": "string",
"local_coordination": "null",
"nats_kv": {
"detail": "string",
"detection_window": "string",
"status": "healthy"
},
"readiness": "null",
"redis_capability": {}
}