Dos-protection (Section)#

Path: /environments/environment/services/service-role{id}/dos-protection

Parameters#

NameTypeRequiredDefaultDescription
max-requests-per-seconduint32optional25Maximum number of requests allowed per client per second.
max-trackersuint32optional150000Maximum number of unique client addresses that may be tracked. If 0, no limit is enforced.
bucket-sizeuint32optional100Maximum capacity of each client’s leaky bucket. Higher values permit larger request bursts.
idle-timeoutuint32optional10Number of seconds to retain tracking information for inactive clients before releasing their resources.

Was this helpful?