EOAP HTTP API Health Check (0.1.0)

Download OpenAPI specification:

Initial OpenAPI definition for a health-check endpoint following draft-inadarei-api-health-check-06.

The Internet-Draft specifies the application/health+json response format; the /health path used here is a conventional implementation choice.

Health

Service health and dependency observations.

Get service health

Returns the health of the service and, optionally, detailed health observations for downstream dependencies or sub-components.

Responses

Response samples

Content type
application/health+json
Example
{
  • "status": "pass",
  • "version": "1",
  • "releaseId": "1.2.2",
  • "serviceId": "f03e522f-1f44-4062-9b55-9587f91c9c41",
  • "description": "Health of authorization service",
  • "checks": {
    },
}