How can IP address be block if and only if that IP address exceeds 100 requests in an hour.
I need to put some kind of policy in API Pre Flow which will block any dynamic IP Address if that IP Adress makes more than 100 calls per hour to our API in enterprise.apigee.coI
As Access Control policy block a particular IP Address, but how can I block a dynamic IP Address based upon the count of API Calls made by that IP Address?