Bi-Hourly Alert for an Organization

How to set up a alert for in an Organization that should automatically trigger a mail every 2 Hours giving list of APIs whose error rate is more?

Each Mail should be auto-generated showing the health after 2 hours.

0 1 132
1 REPLY 1

Not applicable

I never came across any concept of triggering mail by apigee. But you can write your own bash script to query in Postgres DB to find out the error rate of the APIs, then you can send the report to mail through the script putting into a cron job. You can also use the logging tools, to trigger error alert.