Suspicious IP throttling rate management API and dashboard disparity
Last Updated:
Overview
When configuring suspicious IP throttling in the dashboard we can set a per-day throttling rate for each stage (Login, Signup, etc.). With the management API, however, it's only possible to set an interval of time in milliseconds.
How can we set a per-day rate via the management API?
Cause
Solution
You can do the same using the following formula:
86400 / throttling rate (per day) * 1000
So if you want to set 100 per day, for example, you would use an interval of 864000.