Checks API readiness
Checks API readiness
Responses
- 200
- 500
- 503
API is ready
- application/json
- Schema
- Example (from schema)
Schema
healthy boolean
unready string[]
{
"healthy": true,
"unready": [
"string"
]
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
API has unready componenets
- application/json
- Schema
- Example (from schema)
Schema
healthy boolean
unready string[]
{
"healthy": true,
"unready": [
"string"
]
}
Loading...