Skip to main content

Health Check

Returns the health status of the HDP server, including database and message queue connectivity. This endpoint does not require authentication.

Endpoint

Example Request

Response

Success Response (200 OK) - Healthy

Service Unavailable Response (503) - Unhealthy

Response Fields

Health Status Logic

  • The service is considered healthy only if both database and queues are operational
  • If either database or queues are unavailable, the service returns a 503 status code
  • This endpoint is useful for load balancer health checks and monitoring

Notes

  • No authentication is required for this endpoint
  • Returns 200 OK if all systems are operational
  • Returns 503 Service Unavailable if any system is down
  • Useful for monitoring and automated health checks