Hi Team,
I have a requirement to send the count of number of requests in the final response.For this, I am using ratelimit.{policy_name}.used.count. Also, upon quota violation I need to send the count of requests. I was planning to use ratelimit.{policy_name}.used.count + ratelimit.{policy_name}.exceed.count. But I observed that ratelimit.{policy_name}.exceed.count is 1 for subsequent number of requests.
Is there any restriction from Apigee that after QuotaViolation occurs, the exceed count is not maintained?
Kindly guide me on the procedure to follow to fetch these, as the quota flow variables are read-only variables.
Thanks in advance