Fixed window 200 reqs per 30 mins

Users are allowed 200 requests per 30 minutes, resetting exactly on the 30 minute mark with no carryover of unused limits.

Set up the plugin

Add this section to your declarative configuration file:

_format_version: "3.0"
plugins:
  - name: rate-limiting-advanced
    config:
      limit:
      - 200
      window_size:
      - 1800
      window_type: fixed
      namespace: my-namespace
Copied to clipboard!

Did this doc help?

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!