How to limit maximum number of API calls with no pre-defined time limit like in Quota?
Solved! Go to Solution.
What you are looking for is not supported. Implementing this in custom way is also very difficult (distributed quota counters).
I would go with very long intervals:
<Interval>99999</Interval> <TimeUnit>month</TimeUnit>