throttle_interval
: Interval (in seconds) between each request retry.throttle_retry_limit
: Total request retry number.throttle_interval
and throttle_retry_limit
values to smaller than 0
, the feature will not work. The default value is -1
and means it is disabled by default.
GET /api/portal/policies/
or the key’s session object via GET /api/apis/{aPI-ID}/keys/
and then set two fields, throttle_interval
and throttle_retry_limit
in the object and create a new object or update the exsiting one.