I have applied rate limit at app level now I want to apply rate limit on a specific service of that application. How can I do that?
You can configure the rate limit at the service level. When you configure the rate limit at the service level, you can add a dedicated rule to each of the services.
To configure the rate limit at the service level:
- On the vConnect module’s dashboard, click the Rate Limit tab.
- After you click the Rate Limit tab, the Rate Limit page opens.
- On the Rate Limit page, click the Service tab.
- Under the Service tab, click Add Rule.
Following are the configuration details :
| Field | Description |
|---|---|
| Service Name | Click this list, and then select the service to which you want to apply the rule. |
| Request Allowed | In this field, enter a numeric value (for example, 40). This value specifies the number of maximum requests that the API gateway will process. |
| Duration of the request accumulated | In this field, enter a numeric value (for example, 18). This value specifies the total time that the API gateway will take to accumulate a specific number of requests before processing them. |
| Unit | This field by default displays the unit of time in seconds. |
1 Like