Ruleset Rule Ratelimit
data class RulesetRuleRatelimit(val characteristics: List<String>? = null, val countingExpression: String? = null, val mitigationTimeout: Int? = null, val period: Int? = null, val requestsPerPeriod: Int? = null, val requestsToOrigin: Boolean, val scorePerPeriod: Int? = null, val scoreResponseHeaderName: String? = null)
Constructors
Types
Properties
Link copied to clipboard
Criteria for counting HTTP requests to trigger the Rate Limiting action. Uses the Firewall Rules expression language based on Wireshark display filters. Refer to the Firewall Rules language documentation for all available fields, operators, and functions.
Link copied to clipboard