APIIDA API Gateway Manager

Checking Gateway Manager's Status

If you want to check the Gateway Manager’s health you can do so by accessing the alive and ready probes using a GET request to the API. Checking health does not require a valid access token.

Alive Probe

To check if the container is running you can use the alive probe:

https://<yourhostname>/api/v1/alive

Ready Probe

To check if the container is running and if the API Gateway Manager is ready to process incoming request you can use the ready probe:

https://<yourhostname>/api/v1/ready