Liveness + readiness probe
Returns 200 when healthy, 503 when any mandatory dependency (storage, scheduler, message bus, grpc) is degraded. The body carries per-component status so orchestrators can show which specific thing is broken.
Response
Healthy
Changes
Changed in 3 of the 12 revisions of this API.169
- ▲
removed the required property
readyfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
uptime_secondsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
versionfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
degradedenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
healthyenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ○
api operation id
healthCheckremoved and replaced withapi-operation-id-removed
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
checksto the response with the200statusresponse-required-property-added
- ○
added the required property
timestampto the response with the200statusresponse-required-property-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
timestampfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
uptimefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
uptime_secondsto the response with the200statusresponse-optional-property-added
- ○
removed the
degradedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
healthyenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
unhealthyenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ●
- ○
endpoint added
endpoint-added
- ○