interface ListRouteRulesResponse {
    routeRules: RouteRule[];
}

Properties

Properties

routeRules: RouteRule[]

List of rules to be checked against every HTTP request. The first matching rule will forward the request to its specified backend stage. If no rules are matched, the request is forwarded to the WAF stage defined by waf_stage_id.