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