Healthcheck
Get health status of services from the Omnitron API
Authorizations
Responses
200
OK
application/json
417
Expectation Failed error code is only returned when the server or response chain does not support expectations.
get
GET /api/v1/healthcheck/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"database": {
"default": {
"status": "OK"
}
},
"cache": {
"default": {
"status": "OK"
}
}
}
Checks health status of services from the Omnitron API
Authorizations
Responses
204
No content
417
Expectation Failed error code is only returned when the server or response chain does not support expectations.
head
HEAD /api/v1/healthcheck/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Was this helpful?