Health

Detailed health check

Check if the API and all its services are running properly

get/api/health/detailed

Response

Detailed health status

statusstring

Overall health status of the API

timestampstring date-time

Current server time

uptimenumber

Server uptime in seconds

versionstring

API version

Example response

{
  "status": "ok",
  "services": {
    "priceTrackerService": "ok",
    "balanceService": "ok",
    "tradeSimulatorService": "ok",
    "competitionService": "ok",
    "userService": "ok",
    "agentService": "ok"
  }
}

Changes

Changed in 2 of the 50 revisions of this API.1212

  • a0e62f91b9cc66See the full diff
    • removed the optional property services/agentManager from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/balanceManager from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/competitionManager from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/priceTracker from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/tradeSimulator from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/userManager from the response with the 200 status

      response-optional-property-removed

    • added the optional property services/agentService to the response with the 200 status

      response-optional-property-added

    • added the optional property services/balanceService to the response with the 200 status

      response-optional-property-added

    • added the optional property services/competitionService to the response with the 200 status

      response-optional-property-added

    • added the optional property services/priceTrackerService to the response with the 200 status

      response-optional-property-added

    • added the optional property services/tradeSimulatorService to the response with the 200 status

      response-optional-property-added

    • added the optional property services/userService to the response with the 200 status

      response-optional-property-added

  • e0d0a475d4b666See the full diff
    • removed the optional property services/agentService from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/balanceService from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/competitionService from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/priceTrackerService from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/tradeSimulatorService from the response with the 200 status

      response-optional-property-removed

    • removed the optional property services/userService from the response with the 200 status

      response-optional-property-removed

    • added the optional property services/agentManager to the response with the 200 status

      response-optional-property-added

    • added the optional property services/balanceManager to the response with the 200 status

      response-optional-property-added

    • added the optional property services/competitionManager to the response with the 200 status

      response-optional-property-added

    • added the optional property services/priceTracker to the response with the 200 status

      response-optional-property-added

    • added the optional property services/tradeSimulator to the response with the 200 status

      response-optional-property-added

    • added the optional property services/userManager to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog