Finding and PATCH-ing Rate-Limit plugin data #7329
EdMacielUTM
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added the Rate-Limiting Plugin to a customer and I want to know how many uses they have left and, if possible, reset this configuration, so their use count goes back to 0. However, aside from the client-side headers, I was unable to find a way to check this data as an admin, as well as using a PATCH call to restart these values.
I can change the limit values, though. The documentation also doesn't seem to be clear in that regard.
Expected call:
GET -
kong:8001/consumers/{consumer}/plugins/{plugin}
Expected response:
Beta Was this translation helpful? Give feedback.
All reactions