Health check endpoint
Performs a health check of NBXplorer and its connected nodes. This endpoint can be used without authentication and returns HTTP 200 if all nodes are ready and synchronized.
Response
System is healthy. All nodes connected to NBXplorer are ready and synchronized.
Example response
{
"status": "healthy"
}Changes
Changed in 3 of the 40 revisions of this API.26
- ○
api tag
Healthaddedapi-tag-added
- ○
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the optional property
detailsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
detailsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Healthremovedapi-tag-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●