The health endpoint provides a simple liveness check for the indexing service. It returns immediately with a fixed JSON response and does not perform any checks on distributed state, connectivity to Hazelcast, or ActiveMQ availability. Use it to verify that the HTTP server process is up and reachable on port 7002.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GuancheData/stage_3/llms.txt
Use this file to discover all available pages before exploring further.
Request
Response
HTTP 200
Always
"healthy" when the service is running and accepting requests.