Suppose we have two API Products each having different API Proxies with following quota P1 (10 requests per min), P2 (20 requests per min) . Now we have usecase
We have two Apps App1 and App2 both having P1 and P2 , now we want quota to apply on App or Appkey basis i.e App1 should have separate quota for both P1 and P2 and same with App2, it should not be cumulative for both App1 and App2.
Please send me the Quota Policy that should be present in each API Proxy.
@GAURAV , What have you tried ? Do you have any sample proxy to share ? Where exactly are you struggling ? You need to leverage app attributes in your case.
By the way, you don’t need ALL of those items to be stored as custom attributes. If you plan to do monthly quotas, then you could hard-code ‘month’ as the timeunit , and not use a ref at all.
Is there anyway to achieve collective quota per developer app? for example “dev app1” has access to api1, api2 and api3. Can we set a collective quota for “dev app1” that is shared across apis it has access to?