Always returns 200 OK for health checking
GET/healthz
Always returns 200 OK for health checking
Request
Responses
- 200
- 500
Health check response
- application/json
- Schema
- Example (from schema)
Schema
healthy booleanrequired
unready string[]
{
"healthy": true,
"unready": [
"string"
]
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...