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
healthybooleanrequired
unreadystring[]
{
"healthy": true,
"unready": [
"string"
]
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
codeint32required
detailstringrequired
messagestringrequired
uristringrequired
verbstringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}