Applying Quota in Proxy and Product

Not applicable

I have a proxy with "Quota Policy" applied to it and this proxy is associated with a product. I have applied quota on the product as well. In this case if the request is coming for a proxy, which quota will be applied?

Solved Solved
0 2 351
2 ACCEPTED SOLUTIONS

Not applicable

Hello @Suresh Mishra,

The Quota Policy is an Apigee OOB Policy, which would allow the developer to enforce a Quota Mechanism in the flow.

Out of many elements in the Quota Policy, one is the source where from the Quota value to be read and Product's Quota is one of them.

The details can be found here.

Hope this helps.

View solution in original post

@Suresh Mishra ,

Welcome to Apigee Community.

Updating the quota values at product level doesn't enforce any quota limits. When you verify API Key / verify Access Token, Quota values updated at product level is available as flow variables & same can be referenced in QuotaPolicy using ref element. See more regarding same here.

To answer your question, Quota limits are always applied at policy level using values defined in Quota Policy.

Hope it helps, Keep us posted moving forward if any.

View solution in original post

2 REPLIES 2

Not applicable

Hello @Suresh Mishra,

The Quota Policy is an Apigee OOB Policy, which would allow the developer to enforce a Quota Mechanism in the flow.

Out of many elements in the Quota Policy, one is the source where from the Quota value to be read and Product's Quota is one of them.

The details can be found here.

Hope this helps.

@Suresh Mishra ,

Welcome to Apigee Community.

Updating the quota values at product level doesn't enforce any quota limits. When you verify API Key / verify Access Token, Quota values updated at product level is available as flow variables & same can be referenced in QuotaPolicy using ref element. See more regarding same here.

To answer your question, Quota limits are always applied at policy level using values defined in Quota Policy.

Hope it helps, Keep us posted moving forward if any.