Health check
Last updated
Was this helpful?
Last updated
Was this helpful?
and provides health endpoint at GET /api/v1/health
which checks whether the application server is running.
Example request:
Example response:
To verify gRPC services for Proxy are alive, there is endpoint at GET /api/v1/health-grpc
that verify it.
Example request:
Possible responses:
Example request for core:
Example response for core:
In this example gateway will open an additional HTTP port number 55003 and will return the following HTTP status codes:
By default no healthcheck ports are open.
To check if core gRCP service is alive, we recommend to use community tools like .
You can enable in gateway config () a health check port, by adding the following line: