Health checks

We need to make sure that Apigee instance/environment/proxy is up and running

What are the available ways to perform this health check?

I found this in the documentation, is there anything else ?

https://cloud.google.com/apigee/docs/api-platform/debug/health-check#usage-notes

The documentation link that you’re referring to describes all the available options to check health status of Apigee. The environment-level health check endpoints are the best option to make sure a given environment (and proxies that have been deployed on it) are up and running. You can call these endpoints from Cloud Load Balancing health checks or DNS routing policy health checks.

2 Likes