I’ve created a test quota and it doesn’t appear to be working. I’ve saved the quota and I’m pretty sure it deployed to test but for some reason I’m able to hit the endpoint as many times as I want.
(Keep in mind…this is my first attempt with Apigee)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Quota async="false" continueOnError="false" enabled="true" name="Quota-1">
<DisplayName>Quota-1</DisplayName>
<Properties/>
<Allow count="3"/>
<Interval>1</Interval>
<Distributed>true</Distributed>
<Synchronous>true</Synchronous>
<TimeUnit>hour</TimeUnit>
</Quota>