Dos-protection (Section)#
Path: /environments/environment/services/service-role{id}/dos-protection
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| max-requests-per-second | uint32 | optional | 25 | Maximum number of requests allowed per client per second. |
| max-trackers | uint32 | optional | 150000 | Maximum number of unique client addresses that may be tracked. If 0, no limit is enforced. |
| bucket-size | uint32 | optional | 100 | Maximum capacity of each client’s leaky bucket. Higher values permit larger request bursts. |
| idle-timeout | uint32 | optional | 10 | Number of seconds to retain tracking information for inactive clients before releasing their resources. |