Hi Community google
i try to explore apigee which is quota limit, here the question
1. we have 1 or more developer, and can access url with different quota (each quota will be set)
2. different access target endpoint : sample below
developer 1 :
- target endpoint 1 : https://sample.com/test/v2/fullparameter (quota set 3 per day)
- target endpoint 2 : https://sample.com/test/v2/2parameter (quota set 2 per day)
- target endpoint 3 : https://sample.com/test/v2/checkquota (quota set 5 per day)
developer 2 :
- target endpoint 1 : https://sample.com/test/v2/fullparameter (quota set 5 per day)
- target endpoint 2 : https://sample.com/test/v2/checkquota (quota set 5 per day)
Each quota will be reduced in a different target URL link, in existing i try to explore : that quota still affected total ( sample if i try target server 3 times, results is when hit target 2 and 3 quota exceeded,.
if anyone who can share sample xml file it will helping me for troubleshoot and configuration check
be