-
Notifications
You must be signed in to change notification settings - Fork 33
Description
(Description updated due to multiproxy development) Rate limiting setting is one of the key settings API owner needs in order to control the traffic to the API. Make sure it works correctly in Apinf - to the extent that API Umbrella supports it. Add the field to the new Proxy Backends collection
Potential user stories
As an API owner
I want to limit the usage of my API for a
particular API consumerAs an API owner
I want to be able to set and change a default rate limit
for my API for a certain period of time
Definition of done
- Make sure the rate limiting options get stored in the Proxy Backends collection
- Make sure the options are aligned with Api Umbrella
- Make sure the selected option is passed correctly to the Admin REST API
- Optional idea: start by testing passing the setting with a REST call only (e.g. Postman)
- Make sure it gets stored (and changed when updated) properly in API Umbrella
- Make sure there is a setting for rate limiting in Proxy tab in API profile
Wireframe
Scenario 1: API owner sets default request rate of API-Umbrella Proxy
Scenario 2: API Owner customizes Request Rate Limits based on API key or specific IP Address. There can be multiple customizations and may vary by durations (seconds/minutes/hours etc.). Owner can select a customized settings as primary.
Scenario 3: API owner sets unlimited API calls




