v1

latestSwagger 2.02026-07-137811.9 KB

Get API Health Status

get/health

Response

OK

BuildTimeStampstring

Time the service was built and deployed

Githashstring

hash of the latest Git commit of the service at time of building

Statusstring

Confirmation that the service is doing well

TimeStampstring

Current server time

Example response

{
  "BuildTimeStamp": "2019-06-06_02:59:49PM",
  "Githash": "62009963c9e1cedaf7a24649208983163f8c439e",
  "Healths": [
    {
      "TimeStamp": "2019-06-07 15:37:43.131120884 +0000 UTC m=+0.257965506"
    }
  ],
  "Status": "healthy",
  "TimeStamp": "2019-06-07 15:37:43.131125775 +0000 UTC m=+0.257970409"
}