Reference
Health
Readiness
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/health"{
"db": "ok",
"dependencies": {
"property1": {
"error": "string",
"status": "ok"
},
"property2": {
"error": "string",
"status": "ok"
}
},
"s3": "ok",
"status": "ok"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}curl -X GET "https://loading/health"{
"status": "ok"
}