Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

After execution of Quota policy, the expected Quota variables are zero

Hello everyone,

we are having some trouble using the QuotaPolicy on Proxies with double "_"

For this URLs the Quota variables are not being correctly filled (always 0).

We usually check the "ratelimit.Quota-Limits.allowed.count" and "ratelimit.Quota-Limits.used.count" variables, but for the mentioned cases, this values are not set.

6241-quotausedcount.png

Does anybody know a possible solution for this?

Should we instead use "ratelimit.Quota-Limits.class.used.count" and "ratelimit.Quota-Limits.class.allowed.count" ?

Here is our Policy Definition:

<Quota type="calendar" name="Quota-Limits" >
    <StartTime>2017-3-30 12:00:00</StartTime>
    <Interval>1</Interval>
    <TimeUnit>minute</TimeUnit>
    <Allow count="2000"/>
    <Identifier ref="request.header.host"/>
    <Synchronous>true</Synchronous>
    <Distributed>true</Distributed>
</Quota>

PS: We are using Apigee 4.17.09.00

Thanks in advance,

Oscar

0 6 370
6 REPLIES 6