Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created June 1, 2012 09:44
Show Gist options
  • Save ApigeeSamples/2850813 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2850813 to your computer and use it in GitHub Desktop.
2000 requests per month based on client identifier (using service class identifier)
<Quota name="QuotaPolicy">
<Interval>1</Interval>
<TimeUnit>month</TimeUnit>
<Allow count="2000">
<Class ref="request.header.clientId">
<Allow class="X" count="100"/>
<Allow class="Y" count="75" />
<Allow class="_default" count="50" />
</Class>
</Allow>
</Quota>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment