Detailed health check
Check if the API and all its services are running properly
Response
Detailed health status
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
- ●
removed the optional property
services/agentManagerfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/balanceManagerfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/competitionManagerfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/priceTrackerfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/tradeSimulatorfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/userManagerfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
services/agentServiceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/balanceServiceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/competitionServiceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/priceTrackerServiceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/tradeSimulatorServiceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/userServiceto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
services/agentServicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/balanceServicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/competitionServicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/priceTrackerServicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/tradeSimulatorServicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
services/userServicefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
services/agentManagerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/balanceManagerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/competitionManagerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/priceTrackerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/tradeSimulatorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
services/userManagerto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●