HealthResponse
Public API contract.
api objectrequired
Public API contract.
Public API contract.
Possible values: [healthy, degraded, unhealthy]
Public API contract.
command_path object
- null
- CommandPathHealth
conductor objectrequired
Public API contract.
Public API contract.
Possible values: [healthy, degraded, unhealthy]
control_plane objectrequired
Public API contract.
Public API contract.
Possible values: [healthy, degraded, unhealthy]
data_plane_sql objectrequired
Public API contract.
Public API contract.
Possible values: [postgres, sqlite]
Public API contract.
Possible values: [healthy, degraded, unhealthy]
event_pull object
- null
- EventPullHealth
executors objectrequired
Public API contract.
Public API contract.
Possible values: [observation_only]
Possible values: >= 0
Possible values: >= 0
Possible values: >= 0
Possible values: >= 0
Possible values: >= 0
Possible values: >= 0
Public API contract.
Possible values: [healthy, degraded, unhealthy]
formation object
- null
- FormationHealth
installation_authentication object
- null
- InstallationAuthenticationMode
local_coordination object
- null
- ComponentHealth
nats_kv objectrequired
Public API contract.
Public API contract.
Possible values: [healthy, degraded, unhealthy]
readiness object
- null
- ReadinessHealth
{
"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": {}
}