How can I apply rate limit on the service?

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:

  1. On the vConnect module’s dashboard, click the Rate Limit tab.
  2. After you click the Rate Limit tab, the Rate Limit page opens.
  3. On the Rate Limit page, click the Service tab.
  4. 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