v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

return health info of the server

get/info/healthcheck

Response

successful operation

conditionstring
hostnamestring
durationinteger

Example response

{
  "duration": 0,
  "condition": "condition",
  "hostname": "hostname"
}