Get Rulesets Ruleset
data class GetRulesetsRuleset(val description: String? = null, val id: String, val kind: String, val name: String, val phase: String, val rules: List<GetRulesetsRulesetRule>? = null, val version: String)
Properties
Link copied to clipboard
Brief summary of the ruleset and its intended use.
Link copied to clipboard
Point in the request/response lifecycle where the ruleset executes. Available values: ddos_l4, ddos_l7, http_config_settings, http_custom_errors, http_log_custom_fields, http_ratelimit, http_request_cache_settings, http_request_dynamic_redirect, http_request_firewall_custom, http_request_firewall_managed, http_request_late_transform, http_request_origin, http_request_redirect, http_request_sanitize, http_request_transform, http_response_compression, http_response_firewall_managed, http_response_headers_transform, magic_transit
Link copied to clipboard
List of rules to apply to the ruleset.