Checks API readiness
GET/readyz
Checks API readiness
Request
Responses
- 200
- 500
- 503
API is ready
- 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"
}
API has unready componenets
- application/json
- Schema
- Example (from schema)
Schema
healthybooleanrequired
unreadystring[]
{
"healthy": true,
"unready": [
"string"
]
}