GET /api/v2/health?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "status": "pass",
    "version": "2",
    "releaseId": "2.4.6",
    "notes": []
}

This endpoint provides a health status response implementing https://tools.ietf.org/id/draft-inadarei-api-health-check-04.html

The schema describes the toplevel fields - however the implementation of health checks is up to the IX-API implementor.


Get the IX-API service health status.