Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created June 1, 2012 09:38
Show Gist options
  • Save ApigeeSamples/2850767 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2850767 to your computer and use it in GitHub Desktop.
2000 requests per month (using flow variables)
<Quota name="QuotaPolicy">
<Interval ref="request.header.quota_count"/>
<TimeUnit ref="request.header.quota_timeunit" />
<Allow count="2000" countRef="request.header.allowed_quota"/>
</Quota>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment