Client

Returns information about client

Returns health check information about client

get/healthcheck

Response

Health check information

processinteger
uptimestring
versionstring

Example response

{
  "build_info": {
    "branch": "<unknown>",
    "build_number": "dev-build",
    "commit": "<unknown>"
  },
  "process": 10449,
  "uptime": "25h53m33.540493171s",
  "version": "0.0.6"
}

Changes

No recorded changes to this endpoint across all 52 revisions of this API.