types.HealthResponse
checks object[]
Array [
consecutive_failuresinteger
errorstring
last_checkstring
messagestring
namestring
statustypes.HealthStatusType (string)
Possible values: [healthy, degraded, unhealthy]
]
statustypes.HealthStatusType (string)
Possible values: [healthy, degraded, unhealthy]
timestampstring
uptimestring
versionstring
types.HealthResponse
{
"checks": [
{
"consecutive_failures": 0,
"error": "string",
"last_check": "string",
"message": "string",
"name": "string",
"status": "healthy"
}
],
"status": "healthy",
"timestamp": "string",
"uptime": "string",
"version": "string"
}