Skip to content

xcsh_cdn_loadbalancer (Resource)

Manages a CDN Load Balancer resource in F5 Distributed Cloud for content delivery and edge caching with load balancing.

~> Note: For more information, see the CDN Loadbalancer API documentation.

# CDNLoadBalancer Resource Example
# Manages a CDN Load Balancer resource in F5 Distributed Cloud for content delivery and edge caching with load balancing.
terraform {
required_version = ">= 1.0"
required_providers {
xcsh = {
source = "f5-sales-demo/xcsh"
version = ">= 0.1.0"
}
}
}
# Basic CDNLoadBalancer configuration
resource "xcsh_cdn_loadbalancer" "example" {
name = "example-cdn-loadbalancer"
namespace = "staging"
domains = ["example-value"]
}

-> Syntax Rule: This provider uses OneOf groups for mutually exclusive options. Fields documented as “Optional Block” use block syntax field_name { ... }. Empty OneOf object attributes use field_name = {}; conditional selection uses condition ? {} : null. Boolean attributes (such as add_hsts and http_redirect) use = true or = false.

🔶 High Risk Operations — Some operations on this resource have high danger level. Destructive operations may require confirmation.

~> Dependencies — This resource requires: cdn_origin_pool.

• name - Required String
Name of the CDN Load Balancer. Must be unique within the namespace

• namespace - Required String
Namespace where the CDN Load Balancer is created

• annotations - Optional Map
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata

• description - Optional String
Human readable description for the object

• disable - Optional Bool
A value of true administratively disables the object

• labels - Optional Map
Labels is a user defined key value map that can be attached to resources for organization and filtering

-> One of the following: • active_service_policies - Optional Block
Configuration parameter for active service policies
See Active Service Policies below for details.

• no_service_policies - Optional Object
Configuration parameter for no service policies

-> One of the following: • api_rate_limit - Optional Block
APIRateLimit
See API Rate Limit below for details.

• disable_rate_limit - Optional Object
Configuration parameter for disable rate limit

-> One of the following: • api_specification - Optional Block
Settings for API specification (API definition, OpenAPI validation, etc.)

-> One of the following: • app_firewall - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• blocked_clients - Optional Block
Define rules to block IP Prefixes or AS numbers

• bot_defense - Optional Block
Defines various configuration OPTIONS for Bot Defense Policy

-> One of the following: • captcha_challenge - Optional Block
Enables loadbalancer to perform captcha challenge Captcha challenge will be based on Google Recaptcha. With this feature enabled, only clients that pass the captcha challenge will be allowed to complete the HTTP request. When loadbalancer is configured to do Captcha Challenge, it will redirect

• enable_challenge - Optional Block
Configure auto mitigation i.e risk based challenges for malicious users

• js_challenge - Optional Block
Enables loadbalancer to perform client browser compatibility test by redirecting to a page with JavaScript. With this feature enabled, only clients that are capable of executing JavaScript(mostly browsers) will be allowed to complete the HTTP request. When loadbalancer is configured to do

• no_challenge - Optional Object
Configuration parameter for no challenge

-> One of the following: • client_side_defense - Optional Block
Defines various configuration OPTIONS for Client-Side Defense Policy

• cors_policy - Optional Block
Cross-Origin Resource Sharing requests configuration specified at Virtual-host or Route level. Route level configuration takes precedence. An example of an Cross origin HTTP request GET /resources/public-data/ HTTP/1.1 Host: bar.other User-Agent: Mozilla/5.0 (Macintosh; U; Intel macOS X 10.5

• csrf_policy - Optional Block
To mitigate CSRF attack , the policy checks where a request is coming from to determine if the request’s origin is the same as its destination.the policy relies on two pieces of information used in determining if a request originated from the same host. 1. The origin that caused the user agent

• custom_cache_rule - Optional Block
Custom Cache Rules. Caching policies for CDN

• data_guard_rules - Optional Block
Data Guard prevents responses from exposing sensitive information by masking the data. The system masks credit card numbers and social security numbers leaked from the application from within the HTTP response with a string of asterisks (*)

• ddos_mitigation_rules - Optional Block
Define manual mitigation rules to block L7 DDOS attacks

• default_cache_action - Optional Block
Default Cache Behaviour. This defines a Default Cache Action

-> One of the following: • default_sensitive_data_policy - Optional Object
Policy configuration for this feature

• disable_api_definition - Optional Object
Enable this option

-> One of the following: • disable_api_discovery - Optional Object
Enable this option

• disable_client_side_defense - Optional Object
Enable this option

-> One of the following: • disable_ip_reputation - Optional Object
Enable this option

-> One of the following: • disable_malicious_user_detection - Optional Object
Configuration parameter for disable malicious user detection

-> One of the following: • disable_threat_mesh - Optional Object
Enable this option

• disable_waf - Optional Object
Configuration parameter for disable WAF

• domains - Required List
List of fully qualified domain names. The CDN Distribution will be setup for these FQDN name(s). [This can be a domain or a sub-domain]

• enable_api_discovery - Optional Block
Specifies the settings used for API discovery

• enable_ip_reputation - Optional Block
IP Threat Category List. List of IP threat categories

• enable_malicious_user_detection - Optional Object
Configuration parameter for enable malicious user detection

• enable_threat_mesh - Optional Object
Enable this option

• graphql_rules - Optional Block
GraphQL is a query language and server-side runtime for APIs which provides a complete and understandable description of the data in API. GraphQL gives clients the power to ask for exactly what they need, makes it easier to evolve APIs over time, and enables powerful developer tools. Policy

-> One of the following: • http - Optional Block
HTTP Choice. Choice for selecting HTTP proxy

• https - Optional Block
Choice for selecting CDN Distribution with bring your own certificates

• https_auto_cert - Optional Block
Choice for selecting HTTPS CDN distribution with bring your own certificates

• jwt_validation - Optional Block
JWT Validation stops JWT replay attacks and JWT tampering by cryptographically verifying incoming JWTs before they are passed to your API origin. JWT Validation will also stop requests with expired tokens or tokens that are not yet valid

-> One of the following: • l7_ddos_action_block - Optional Object
Enable this option

• l7_ddos_action_default - Optional Object
Enable this option

• l7_ddos_action_js_challenge - Optional Block
Enables loadbalancer to perform client browser compatibility test by redirecting to a page with JavaScript. With this feature enabled, only clients that are capable of executing JavaScript(mostly browsers) will be allowed to complete the HTTP request. When loadbalancer is configured to do

• origin_pool - Optional Block
Configuration parameter for origin pool

• other_settings - Optional Block
Configuration parameter for other settings

• policy_based_challenge - Optional Block
Specifies the settings for policy rule based challenge

• protected_cookies - Optional Block
Allows setting attributes (SameSite, Secure, and HttpOnly) on cookies in responses. Cookie Tampering Protection prevents attackers from modifying the value of session cookies. For Cookie Tampering Protection, enabling a web app firewall (WAF) is a prerequisite

• rate_limit - Optional Block
RateLimitConfigType

• sensitive_data_policy - Optional Block
Policy configuration for this feature

• service_policies_from_namespace - Optional Object
Enable this option

-> One of the following: • slow_ddos_mitigation - Optional Block
’Slow and low’ attacks tie up server resources, leaving none available for servicing requests from actual users

• system_default_timeouts - Optional Object
Configuration parameter for system default timeouts

• timeouts - Optional Block

• trusted_clients - Optional Block
Define rules to skip processing of one or more features such as WAF, Bot Defense etc

-> One of the following: • user_id_client_ip - Optional Object
Enable this option

• user_identification - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name

• waf_exclusion - Optional Block
Configuration parameter for WAF exclusion

In addition to all arguments above, the following attributes are exported:

• id - Optional String
Unique identifier for the resource


An active_service_policies block supports the following:

• policies - Optional Block
Service Policies is a sequential engine where policies (and rules within the policy) are evaluated one after the other. It’s important to define the correct order (policies evaluated from top to bottom in the list) for service policies, to GET the intended result. For each request, its
See Policies below.

A policies block (within active_service_policies) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

An api_rate_limit block supports the following:

• api_endpoint_rules - Optional Block
Ordered endpoint-specific rate-limit rules. Each rule must choose exactly one rate_limiter_choice: inline_rate_limiter or ref_rate_limiter
See API Endpoint Rules below.

• bypass_rate_limiting_rules - Optional Block
Category defines rules per URL or API group. If request matches any of these rules, skip Rate Limiting
See Bypass Rate Limiting Rules below.

• custom_ip_allowed_list - Optional Block
IP Allowed list using existing ip_prefix_set objects
See Custom IP Allowed List below.

• ip_allowed_list - Optional Block
List of IPv4 prefixes that represent an endpoint
See IP Allowed List below.

• no_ip_allowed_list - Optional Object
Enable this option

• server_url_rules - Optional Block
Ordered domain or base-path rules for path-scoped rate limiting. Each rule must choose exactly one rate_limiter_choice: inline_rate_limiter or ref_rate_limiter
See Server URL Rules below.

An api_endpoint_rules block (within api_rate_limit) supports the following:

• any_domain - Optional Object
Enable this option

• api_endpoint_method - Optional Block
HTTP method matcher specifies a list of methods to match an input HTTP method. The match is considered successful if the input method is a member of the list. The result of the match based on the method list is inverted if invert_matcher is true
See API Endpoint Method below.

• api_endpoint_path - Optional String
API Endpoint. The endpoint (path) of the request

• client_matcher - Optional Block
Client Matcher. Client conditions for matching a rule
See Client Matcher below.

• inline_rate_limiter - Optional Block
Configuration parameter for inline rate limiter
See Inline Rate Limiter below.

• ref_rate_limiter - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Ref Rate Limiter below.

• request_matcher - Optional Block
Configuration parameter for request matcher
See Request Matcher below.

• specific_domain - Optional String
The rule will apply for a specific domain

API Rate Limit API Endpoint Rules Any Domain

Section titled “API Rate Limit API Endpoint Rules Any Domain”

Deeply nested Domain block collapsed for readability.

API Rate Limit API Endpoint Rules API Endpoint Method

Section titled “API Rate Limit API Endpoint Rules API Endpoint Method”

Deeply nested Method block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher

Section titled “API Rate Limit API Endpoint Rules Client Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Any Client

Section titled “API Rate Limit API Endpoint Rules Client Matcher Any Client”

Deeply nested Client block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Any IP

Section titled “API Rate Limit API Endpoint Rules Client Matcher Any IP”

Deeply nested IP block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Asn List

Section titled “API Rate Limit API Endpoint Rules Client Matcher Asn List”

Deeply nested List block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Asn Matcher

Section titled “API Rate Limit API Endpoint Rules Client Matcher Asn Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Asn Matcher Asn Sets

Section titled “API Rate Limit API Endpoint Rules Client Matcher Asn Matcher Asn Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher Client Selector

Section titled “API Rate Limit API Endpoint Rules Client Matcher Client Selector”

Deeply nested Selector block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher IP Matcher

Section titled “API Rate Limit API Endpoint Rules Client Matcher IP Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher IP Matcher Prefix Sets

Section titled “API Rate Limit API Endpoint Rules Client Matcher IP Matcher Prefix Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher IP Prefix List

Section titled “API Rate Limit API Endpoint Rules Client Matcher IP Prefix List”

Deeply nested List block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher IP Threat Category List

Section titled “API Rate Limit API Endpoint Rules Client Matcher IP Threat Category List”

Deeply nested List block collapsed for readability.

API Rate Limit API Endpoint Rules Client Matcher TLS Fingerprint Matcher

Section titled “API Rate Limit API Endpoint Rules Client Matcher TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit API Endpoint Rules Inline Rate Limiter

Section titled “API Rate Limit API Endpoint Rules Inline Rate Limiter”

Deeply nested Limiter block collapsed for readability.

API Rate Limit API Endpoint Rules Inline Rate Limiter Ref User ID

Section titled “API Rate Limit API Endpoint Rules Inline Rate Limiter Ref User ID”

Deeply nested ID block collapsed for readability.

API Rate Limit API Endpoint Rules Inline Rate Limiter Use HTTP LB User ID

Section titled “API Rate Limit API Endpoint Rules Inline Rate Limiter Use HTTP LB User ID”

Deeply nested ID block collapsed for readability.

API Rate Limit API Endpoint Rules Ref Rate Limiter

Section titled “API Rate Limit API Endpoint Rules Ref Rate Limiter”

Deeply nested Limiter block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher

Section titled “API Rate Limit API Endpoint Rules Request Matcher”

Deeply nested Matcher block collapsed for readability.

Section titled “API Rate Limit API Endpoint Rules Request Matcher Cookie Matchers”

Deeply nested Matchers block collapsed for readability.

Section titled “API Rate Limit API Endpoint Rules Request Matcher Cookie Matchers Check Not Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit API Endpoint Rules Request Matcher Cookie Matchers Check Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit API Endpoint Rules Request Matcher Cookie Matchers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Headers

Section titled “API Rate Limit API Endpoint Rules Request Matcher Headers”

Deeply nested Headers block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Headers Check Not Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher Headers Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Headers Check Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher Headers Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Headers Item

Section titled “API Rate Limit API Endpoint Rules Request Matcher Headers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher JWT Claims

Section titled “API Rate Limit API Endpoint Rules Request Matcher JWT Claims”

Deeply nested Claims block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher JWT Claims Check Not Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher JWT Claims Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher JWT Claims Check Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher JWT Claims Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher JWT Claims Item

Section titled “API Rate Limit API Endpoint Rules Request Matcher JWT Claims Item”

Deeply nested Item block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Query Params

Section titled “API Rate Limit API Endpoint Rules Request Matcher Query Params”

Deeply nested Params block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Query Params Check Not Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher Query Params Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Query Params Check Present

Section titled “API Rate Limit API Endpoint Rules Request Matcher Query Params Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit API Endpoint Rules Request Matcher Query Params Item

Section titled “API Rate Limit API Endpoint Rules Request Matcher Query Params Item”

Deeply nested Item block collapsed for readability.

A bypass_rate_limiting_rules block (within api_rate_limit) supports the following:

• bypass_rate_limiting_rules - Optional Block
Category defines rules per URL or API group. If request matches any of these rules, skip Rate Limiting
See Bypass Rate Limiting Rules below.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules”

Deeply nested Rules block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Any Domain

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Any Domain”

Deeply nested Domain block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Any URL

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Any URL”

Deeply nested URL block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules API Endpoint

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules API Endpoint”

Deeply nested Endpoint block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules API Groups

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules API Groups”

Deeply nested Groups block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Any Client

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Any Client”

Deeply nested Client block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Any IP

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Any IP”

Deeply nested IP block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn List

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn List”

Deeply nested List block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn Matcher

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn Matcher Asn Sets

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Asn Matcher Asn Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Client Selector

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher Client Selector”

Deeply nested Selector block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Matcher

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Matcher Prefix Sets

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Matcher Prefix Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Prefix List

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Prefix List”

Deeply nested List block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Threat Category List

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher IP Threat Category List”

Deeply nested List block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher TLS Fingerprint Matcher

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Client Matcher TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher”

Deeply nested Matcher block collapsed for readability.

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Cookie Matchers”

Deeply nested Matchers block collapsed for readability.

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Cookie Matchers Check Not Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Cookie Matchers Check Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Cookie Matchers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers”

Deeply nested Headers block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Check Not Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Check Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Item

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Headers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims”

Deeply nested Claims block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Check Not Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Check Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Item

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher JWT Claims Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params”

Deeply nested Params block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Check Not Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Check Present

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Item

Section titled “API Rate Limit Bypass Rate Limiting Rules Bypass Rate Limiting Rules Request Matcher Query Params Item”

Deeply nested Item block collapsed for readability.

A custom_ip_allowed_list block (within api_rate_limit) supports the following:

• rate_limiter_allowed_prefixes - Optional Block
References to ip_prefix_set objects. Requests from source IP addresses that are covered by one of the allowed IP Prefixes are not subjected to rate limiting
See Rate Limiter Allowed Prefixes below.

API Rate Limit Custom IP Allowed List Rate Limiter Allowed Prefixes

Section titled “API Rate Limit Custom IP Allowed List Rate Limiter Allowed Prefixes”

Deeply nested Prefixes block collapsed for readability.

An ip_allowed_list block (within api_rate_limit) supports the following:

• prefixes - Optional List
List of IPv4 prefixes that represent an endpoint

A no_ip_allowed_list block (within api_rate_limit) supports the following:

A server_url_rules block (within api_rate_limit) supports the following:

• any_domain - Optional Object
Enable this option

• api_group - Optional String
API groups derived from API Definition swaggers. For example oas-all-operations including all paths and methods from the swaggers, oas-base-URLs covering all requests under base-paths from the swaggers. Custom groups can be created if user tags paths or operations with ‘x-F5 Distributed

• base_path - Optional String
Base Path. Prefix of the request path

• client_matcher - Optional Block
Client Matcher. Client conditions for matching a rule
See Client Matcher below.

• inline_rate_limiter - Optional Block
Inline rate-limiter settings for this domain, base-path, or endpoint rule. Select this field as the required rate_limiter_choice when no stored rate-limiter object is used
See Inline Rate Limiter below.

• ref_rate_limiter - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Ref Rate Limiter below.

• request_matcher - Optional Block
Configuration parameter for request matcher
See Request Matcher below.

• specific_domain - Optional String
The rule will apply for a specific domain

API Rate Limit Server URL Rules Any Domain

Section titled “API Rate Limit Server URL Rules Any Domain”

Deeply nested Domain block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher

Section titled “API Rate Limit Server URL Rules Client Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Any Client

Section titled “API Rate Limit Server URL Rules Client Matcher Any Client”

Deeply nested Client block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Any IP

Section titled “API Rate Limit Server URL Rules Client Matcher Any IP”

Deeply nested IP block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Asn List

Section titled “API Rate Limit Server URL Rules Client Matcher Asn List”

Deeply nested List block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Asn Matcher

Section titled “API Rate Limit Server URL Rules Client Matcher Asn Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Asn Matcher Asn Sets

Section titled “API Rate Limit Server URL Rules Client Matcher Asn Matcher Asn Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher Client Selector

Section titled “API Rate Limit Server URL Rules Client Matcher Client Selector”

Deeply nested Selector block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher IP Matcher

Section titled “API Rate Limit Server URL Rules Client Matcher IP Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher IP Matcher Prefix Sets

Section titled “API Rate Limit Server URL Rules Client Matcher IP Matcher Prefix Sets”

Deeply nested Sets block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher IP Prefix List

Section titled “API Rate Limit Server URL Rules Client Matcher IP Prefix List”

Deeply nested List block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher IP Threat Category List

Section titled “API Rate Limit Server URL Rules Client Matcher IP Threat Category List”

Deeply nested List block collapsed for readability.

API Rate Limit Server URL Rules Client Matcher TLS Fingerprint Matcher

Section titled “API Rate Limit Server URL Rules Client Matcher TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

API Rate Limit Server URL Rules Inline Rate Limiter

Section titled “API Rate Limit Server URL Rules Inline Rate Limiter”

Deeply nested Limiter block collapsed for readability.

API Rate Limit Server URL Rules Inline Rate Limiter Ref User ID

Section titled “API Rate Limit Server URL Rules Inline Rate Limiter Ref User ID”

Deeply nested ID block collapsed for readability.

API Rate Limit Server URL Rules Inline Rate Limiter Use HTTP LB User ID

Section titled “API Rate Limit Server URL Rules Inline Rate Limiter Use HTTP LB User ID”

Deeply nested ID block collapsed for readability.

API Rate Limit Server URL Rules Ref Rate Limiter

Section titled “API Rate Limit Server URL Rules Ref Rate Limiter”

Deeply nested Limiter block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher

Section titled “API Rate Limit Server URL Rules Request Matcher”

Deeply nested Matcher block collapsed for readability.

Section titled “API Rate Limit Server URL Rules Request Matcher Cookie Matchers”

Deeply nested Matchers block collapsed for readability.

Section titled “API Rate Limit Server URL Rules Request Matcher Cookie Matchers Check Not Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit Server URL Rules Request Matcher Cookie Matchers Check Present”

Deeply nested Present block collapsed for readability.

Section titled “API Rate Limit Server URL Rules Request Matcher Cookie Matchers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Headers

Section titled “API Rate Limit Server URL Rules Request Matcher Headers”

Deeply nested Headers block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Headers Check Not Present

Section titled “API Rate Limit Server URL Rules Request Matcher Headers Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Headers Check Present

Section titled “API Rate Limit Server URL Rules Request Matcher Headers Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Headers Item

Section titled “API Rate Limit Server URL Rules Request Matcher Headers Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher JWT Claims

Section titled “API Rate Limit Server URL Rules Request Matcher JWT Claims”

Deeply nested Claims block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher JWT Claims Check Not Present

Section titled “API Rate Limit Server URL Rules Request Matcher JWT Claims Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher JWT Claims Check Present

Section titled “API Rate Limit Server URL Rules Request Matcher JWT Claims Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher JWT Claims Item

Section titled “API Rate Limit Server URL Rules Request Matcher JWT Claims Item”

Deeply nested Item block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Query Params

Section titled “API Rate Limit Server URL Rules Request Matcher Query Params”

Deeply nested Params block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Query Params Check Not Present

Section titled “API Rate Limit Server URL Rules Request Matcher Query Params Check Not Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Query Params Check Present

Section titled “API Rate Limit Server URL Rules Request Matcher Query Params Check Present”

Deeply nested Present block collapsed for readability.

API Rate Limit Server URL Rules Request Matcher Query Params Item

Section titled “API Rate Limit Server URL Rules Request Matcher Query Params Item”

Deeply nested Item block collapsed for readability.

An api_specification block supports the following:

• api_definition - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See API Definition below.

• validation_all_spec_endpoints - Optional Block
API Inventory. Settings for API Inventory validation
See Validation All Spec Endpoints below.

• validation_custom_list - Optional Block
Define API groups, base paths, or API endpoints and their OpenAPI validation modes. Any other API-endpoint not listed will act according to ‘Fall Through Mode’
See Validation Custom List below.

• validation_disabled - Optional Object
Enable this option

An api_definition block (within api_specification) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

API Specification Validation All Spec Endpoints

Section titled “API Specification Validation All Spec Endpoints”

A validation_all_spec_endpoints block (within api_specification) supports the following:

• fall_through_mode - Optional Block
Determine what to do with unprotected endpoints (not in the OpenAPI specification file (a.k.a. Swagger) or doesn’t have a specific rule in custom rules)
See Fall Through Mode below.

• settings - Optional Block
OpenAPI specification validation settings relevant for ‘API Inventory’ enforcement and for ‘Custom list’ enforcement
See Settings below.

• validation_mode - Optional Block
Validation mode of OpenAPI specification. When a validation mismatch occurs on a request to one of the endpoints listed on the OpenAPI specification file (a.k.a. Swagger)
See Validation Mode below.

API Specification Validation All Spec Endpoints Fall Through Mode

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode”

Deeply nested Mode block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Allow

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Allow”

Deeply nested Allow block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom”

Deeply nested Custom block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules”

Deeply nested Rules block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Block

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Block”

Deeply nested Block block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Report

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Report”

Deeply nested Report block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Skip

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Skip”

Deeply nested Skip block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules API Endpoint

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules API Endpoint”

Deeply nested Endpoint block collapsed for readability.

API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Metadata

Section titled “API Specification Validation All Spec Endpoints Fall Through Mode Fall Through Mode Custom Open API Validation Rules Metadata”

Deeply nested Metadata block collapsed for readability.

API Specification Validation All Spec Endpoints Settings

Section titled “API Specification Validation All Spec Endpoints Settings”

A settings block (within api_specification.validation_all_spec_endpoints) supports the following:

• oversized_body_fail_validation - Optional Object
Enable this option

• oversized_body_skip_validation - Optional Object
Enable this option

• property_validation_settings_custom - Optional Block
Configuration parameter for property validation settings custom
See Property Validation Settings Custom below.

• property_validation_settings_default - Optional Object
Configuration parameter for property validation settings default

API Specification Validation All Spec Endpoints Settings Oversized Body Fail Validation

Section titled “API Specification Validation All Spec Endpoints Settings Oversized Body Fail Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Oversized Body Skip Validation

Section titled “API Specification Validation All Spec Endpoints Settings Oversized Body Skip Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom

Section titled “API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom”

Deeply nested Custom block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters

Section titled “API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters Allow Additional Parameters

Section titled “API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters Allow Additional Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters Disallow Additional Parameters

Section titled “API Specification Validation All Spec Endpoints Settings Property Validation Settings Custom Query Parameters Disallow Additional Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation All Spec Endpoints Settings Property Validation Settings Default

Section titled “API Specification Validation All Spec Endpoints Settings Property Validation Settings Default”

Deeply nested Default block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode

Section titled “API Specification Validation All Spec Endpoints Validation Mode”

Deeply nested Mode block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active

Section titled “API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active”

Deeply nested Active block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active Enforcement Block

Section titled “API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active Enforcement Block”

Deeply nested Block block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active Enforcement Report

Section titled “API Specification Validation All Spec Endpoints Validation Mode Response Validation Mode Active Enforcement Report”

Deeply nested Report block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Skip Response Validation

Section titled “API Specification Validation All Spec Endpoints Validation Mode Skip Response Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Skip Validation

Section titled “API Specification Validation All Spec Endpoints Validation Mode Skip Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active

Section titled “API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active”

Deeply nested Active block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active Enforcement Block

Section titled “API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active Enforcement Block”

Deeply nested Block block collapsed for readability.

API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active Enforcement Report

Section titled “API Specification Validation All Spec Endpoints Validation Mode Validation Mode Active Enforcement Report”

Deeply nested Report block collapsed for readability.

A validation_custom_list block (within api_specification) supports the following:

• fall_through_mode - Optional Block
Determine what to do with unprotected endpoints (not in the OpenAPI specification file (a.k.a. Swagger) or doesn’t have a specific rule in custom rules)
See Fall Through Mode below.

• open_api_validation_rules - Optional Block
Validation List. Rule or policy definition
See Open API Validation Rules below.

• settings - Optional Block
OpenAPI specification validation settings relevant for ‘API Inventory’ enforcement and for ‘Custom list’ enforcement
See Settings below.

API Specification Validation Custom List Fall Through Mode

Section titled “API Specification Validation Custom List Fall Through Mode”

Deeply nested Mode block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Allow

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Allow”

Deeply nested Allow block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom”

Deeply nested Custom block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules”

Deeply nested Rules block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Block

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Block”

Deeply nested Block block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Report

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Report”

Deeply nested Report block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Skip

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Action Skip”

Deeply nested Skip block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules API Endpoint

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules API Endpoint”

Deeply nested Endpoint block collapsed for readability.

API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Metadata

Section titled “API Specification Validation Custom List Fall Through Mode Fall Through Mode Custom Open API Validation Rules Metadata”

Deeply nested Metadata block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules

Section titled “API Specification Validation Custom List Open API Validation Rules”

Deeply nested Rules block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Any Domain

Section titled “API Specification Validation Custom List Open API Validation Rules Any Domain”

Deeply nested Domain block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules API Endpoint

Section titled “API Specification Validation Custom List Open API Validation Rules API Endpoint”

Deeply nested Endpoint block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Metadata

Section titled “API Specification Validation Custom List Open API Validation Rules Metadata”

Deeply nested Metadata block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode”

Deeply nested Mode block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active”

Deeply nested Active block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active Enforcement Block

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active Enforcement Block”

Deeply nested Block block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active Enforcement Report

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Response Validation Mode Active Enforcement Report”

Deeply nested Report block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Skip Response Validation

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Skip Response Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Skip Validation

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Skip Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active”

Deeply nested Active block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active Enforcement Block

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active Enforcement Block”

Deeply nested Block block collapsed for readability.

API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active Enforcement Report

Section titled “API Specification Validation Custom List Open API Validation Rules Validation Mode Validation Mode Active Enforcement Report”

Deeply nested Report block collapsed for readability.

API Specification Validation Custom List Settings

Section titled “API Specification Validation Custom List Settings”

A settings block (within api_specification.validation_custom_list) supports the following:

• oversized_body_fail_validation - Optional Object
Enable this option

• oversized_body_skip_validation - Optional Object
Enable this option

• property_validation_settings_custom - Optional Block
Configuration parameter for property validation settings custom
See Property Validation Settings Custom below.

• property_validation_settings_default - Optional Object
Configuration parameter for property validation settings default

API Specification Validation Custom List Settings Oversized Body Fail Validation

Section titled “API Specification Validation Custom List Settings Oversized Body Fail Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation Custom List Settings Oversized Body Skip Validation

Section titled “API Specification Validation Custom List Settings Oversized Body Skip Validation”

Deeply nested Validation block collapsed for readability.

API Specification Validation Custom List Settings Property Validation Settings Custom

Section titled “API Specification Validation Custom List Settings Property Validation Settings Custom”

Deeply nested Custom block collapsed for readability.

API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters

Section titled “API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters Allow Additional Parameters

Section titled “API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters Allow Additional Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters Disallow Additional Parameters

Section titled “API Specification Validation Custom List Settings Property Validation Settings Custom Query Parameters Disallow Additional Parameters”

Deeply nested Parameters block collapsed for readability.

API Specification Validation Custom List Settings Property Validation Settings Default

Section titled “API Specification Validation Custom List Settings Property Validation Settings Default”

Deeply nested Default block collapsed for readability.

A validation_disabled block (within api_specification) supports the following:

An app_firewall block supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A blocked_clients block supports the following:

• actions - Optional List Defaults to SKIP_PROCESSING_WAF
Possible values are SKIP_PROCESSING_WAF, SKIP_PROCESSING_BOT, SKIP_PROCESSING_MUM, SKIP_PROCESSING_IP_REPUTATION, SKIP_PROCESSING_API_PROTECTION, SKIP_PROCESSING_OAS_VALIDATION, SKIP_PROCESSING_DDOS_PROTECTION, SKIP_PROCESSING_THREAT_MESH, SKIP_PROCESSING_MALWARE_PROTECTION
[Enum: SKIP_PROCESSING_WAF|SKIP_PROCESSING_BOT|SKIP_PROCESSING_MUM|SKIP_PROCESSING_IP_REPUTATION|SKIP_PROCESSING_API_PROTECTION|SKIP_PROCESSING_OAS_VALIDATION|SKIP_PROCESSING_DDOS_PROTECTION|SKIP_PROCESSING_THREAT_MESH|SKIP_PROCESSING_MALWARE_PROTECTION] Actions that should be taken when client identifier matches the rule

• as_number - Optional Number
RFC 6793 defined 4-byte AS number

• bot_skip_processing - Optional Object
Enable this option

• expiration_timestamp - Optional String
Specifies expiration_timestamp the RFC 3339 format timestamp at which the containing rule is considered to be logically expired. The rule continues to exist in the configuration but is not applied anymore

• http_header - Optional Block
Configuration parameter for HTTP header
See HTTP Header below.

• ip_prefix - Optional String
IPv4 prefix string

• ipv6_prefix - Optional String
IPv6 prefix string

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• skip_processing - Optional Object
Enable this option

• user_identifier - Optional String
Identify user based on user identifier. User identifier value needs to be copied from security event

• waf_skip_processing - Optional Object
Enable this option

A bot_skip_processing block (within blocked_clients) supports the following:

A http_header block (within blocked_clients) supports the following:

• headers - Optional Block
List of HTTP header name and value pairs
See Headers below.

A headers block (within blocked_clients.http_header) supports the following:

• exact - Optional String
Header value to match exactly

• invert_match - Optional Bool
Invert the result of the match to detect missing header or non-matching value

• name - Optional String
Name. Name of the header

• presence - Optional Bool
If true, check for presence of header

• regex - Optional String
Regex match of the header value in re2 format

A metadata block (within blocked_clients) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A skip_processing block (within blocked_clients) supports the following:

A waf_skip_processing block (within blocked_clients) supports the following:

A bot_defense block supports the following:

• disable_cors_support - Optional Object
Enable this option

• enable_cors_support - Optional Object
Enable this option

• policy - Optional Block
Defines various configuration OPTIONS for Bot Defense policy
See Policy below.

• regional_endpoint - Optional String Defaults to AUTO
Possible values are AUTO, US, EU, ASIA
[Enum: AUTO|US|EU|ASIA] Defines a selection for Bot Defense region - AUTO: AUTO Automatic selection based on client IP address - US: US US region - EU: EU European Union region - ASIA: ASIA Asia region

• timeout - Optional Number
The timeout for the inference check, in milliseconds

A disable_cors_support block (within bot_defense) supports the following:

An enable_cors_support block (within bot_defense) supports the following:

A policy block (within bot_defense) supports the following:

• disable_js_insert - Optional Object
Configuration parameter for disable js insert

• disable_mobile_sdk - Optional Object
Enable this option

• javascript_mode - Optional String Defaults to ASYNC_JS_NO_CACHING
Possible values are ASYNC_JS_NO_CACHING, ASYNC_JS_CACHING, SYNC_JS_NO_CACHING, SYNC_JS_CACHING
[Enum: ASYNC_JS_NO_CACHING|ASYNC_JS_CACHING|SYNC_JS_NO_CACHING|SYNC_JS_CACHING] Web Client JavaScript Mode. Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is non-cacheable Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is cacheable Bot Defense JavaScript for telemetry collection is requested

• js_download_path - Optional String
Customize Bot Defense Client JavaScript path. If not specified, default

• js_insert_all_pages - Optional Block
Insert Bot Defense JavaScript in all pages
See Js Insert All Pages below.

• js_insert_all_pages_except - Optional Block
Insert Bot Defense JavaScript in all pages with the exceptions
See Js Insert All Pages Except below.

• js_insertion_rules - Optional Block
Defines custom JavaScript insertion rules for Bot Defense Policy
See Js Insertion Rules below.

• mobile_sdk_config - Optional Block
Mobile SDK Configuration. Mobile SDK configuration
See Mobile SDK Config below.

• protected_app_endpoints - Optional Block
List of protected endpoints. Limit: Approx ‘128 endpoints per Load Balancer (LB)’ upto 4 LBs, ‘32 endpoints per LB’ after 4 LBs
See Protected App Endpoints below.

A disable_js_insert block (within bot_defense.policy) supports the following:

A disable_mobile_sdk block (within bot_defense.policy) supports the following:

A js_insert_all_pages block (within bot_defense.policy) supports the following:

• javascript_location - Optional String Defaults to AFTER_HEAD
Possible values are AFTER_HEAD, AFTER_TITLE_END, BEFORE_SCRIPT
[Enum: AFTER_HEAD|AFTER_TITLE_END|BEFORE_SCRIPT] All inside networks. Insert JavaScript after <HEAD> tag Insert JavaScript after </title> tag. Insert JavaScript before first tag

Bot Defense Policy Js Insert All Pages Except

Section titled “Bot Defense Policy Js Insert All Pages Except”

Deeply nested Except block collapsed for readability.

Bot Defense Policy Js Insert All Pages Except Exclude List

Section titled “Bot Defense Policy Js Insert All Pages Except Exclude List”

Deeply nested List block collapsed for readability.

Bot Defense Policy Js Insert All Pages Except Exclude List Any Domain

Section titled “Bot Defense Policy Js Insert All Pages Except Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insert All Pages Except Exclude List Domain

Section titled “Bot Defense Policy Js Insert All Pages Except Exclude List Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insert All Pages Except Exclude List Metadata

Section titled “Bot Defense Policy Js Insert All Pages Except Exclude List Metadata”

Deeply nested Metadata block collapsed for readability.

Bot Defense Policy Js Insert All Pages Except Exclude List Path

Section titled “Bot Defense Policy Js Insert All Pages Except Exclude List Path”

Deeply nested Path block collapsed for readability.

A js_insertion_rules block (within bot_defense.policy) supports the following:

• exclude_list - Optional Block
Optional JavaScript insertions exclude list of domain and path matchers
See Exclude List below.

• rules - Optional Block
Required list of pages to insert Bot Defense client JavaScript
See Rules below.

Bot Defense Policy Js Insertion Rules Exclude List

Section titled “Bot Defense Policy Js Insertion Rules Exclude List”

Deeply nested List block collapsed for readability.

Bot Defense Policy Js Insertion Rules Exclude List Any Domain

Section titled “Bot Defense Policy Js Insertion Rules Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insertion Rules Exclude List Domain

Section titled “Bot Defense Policy Js Insertion Rules Exclude List Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insertion Rules Exclude List Metadata

Section titled “Bot Defense Policy Js Insertion Rules Exclude List Metadata”

Deeply nested Metadata block collapsed for readability.

Bot Defense Policy Js Insertion Rules Exclude List Path

Section titled “Bot Defense Policy Js Insertion Rules Exclude List Path”

Deeply nested Path block collapsed for readability.

Bot Defense Policy Js Insertion Rules Rules

Section titled “Bot Defense Policy Js Insertion Rules Rules”

A rules block (within bot_defense.policy.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional Block
Domain name for routing and identification
See Domain below.

• javascript_location - Optional String Defaults to AFTER_HEAD
Possible values are AFTER_HEAD, AFTER_TITLE_END, BEFORE_SCRIPT
[Enum: AFTER_HEAD|AFTER_TITLE_END|BEFORE_SCRIPT] All inside networks. Insert JavaScript after <HEAD> tag Insert JavaScript after </title> tag. Insert JavaScript before first tag

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• path - Optional Block
Path match of the URI can be either be, Prefix match or exact match or regular expression match
See Path below.

Bot Defense Policy Js Insertion Rules Rules Any Domain

Section titled “Bot Defense Policy Js Insertion Rules Rules Any Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insertion Rules Rules Domain

Section titled “Bot Defense Policy Js Insertion Rules Rules Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Js Insertion Rules Rules Metadata

Section titled “Bot Defense Policy Js Insertion Rules Rules Metadata”

Deeply nested Metadata block collapsed for readability.

Bot Defense Policy Js Insertion Rules Rules Path

Section titled “Bot Defense Policy Js Insertion Rules Rules Path”

Deeply nested Path block collapsed for readability.

A mobile_sdk_config block (within bot_defense.policy) supports the following:

• mobile_identifier - Optional Block
Mobile Traffic Identifier. Mobile traffic identifier type
See Mobile Identifier below.

Bot Defense Policy Mobile SDK Config Mobile Identifier

Section titled “Bot Defense Policy Mobile SDK Config Mobile Identifier”

Deeply nested Identifier block collapsed for readability.

Bot Defense Policy Mobile SDK Config Mobile Identifier Headers

Section titled “Bot Defense Policy Mobile SDK Config Mobile Identifier Headers”

Deeply nested Headers block collapsed for readability.

Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Check Not Present

Section titled “Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Check Not Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Check Present

Section titled “Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Check Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Item

Section titled “Bot Defense Policy Mobile SDK Config Mobile Identifier Headers Item”

Deeply nested Item block collapsed for readability.

Bot Defense Policy Protected App Endpoints

Section titled “Bot Defense Policy Protected App Endpoints”

A protected_app_endpoints block (within bot_defense.policy) supports the following:

• allow_good_bots - Optional Object
Configuration parameter for allow good bots

• any_domain - Optional Object
Enable this option

• domain - Optional Block
Domain name for routing and identification
See Domain below.

• flow_label - Optional Block
Bot Defense Flow Label Category allows to associate traffic with selected category
See Flow Label below.

• headers - Optional Block
List of predicates for various HTTP headers that need to match. The criteria for matching each HTTP header are described in individual HeaderMatcherType instances. The actual HTTP header values are extracted from the request API as a list of strings for each HTTP header type
See Headers below.

• http_methods - Optional List Defaults to METHOD_ANY
Possible values are METHOD_ANY, METHOD_GET, METHOD_POST, METHOD_PUT, METHOD_PATCH, METHOD_DELETE, METHOD_GET_DOCUMENT
[Enum: METHOD_ANY|METHOD_GET|METHOD_POST|METHOD_PUT|METHOD_PATCH|METHOD_DELETE|METHOD_GET_DOCUMENT] HTTP Methods. List of HTTP methods

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• mitigate_good_bots - Optional Object
Configuration parameter for mitigate good bots

• mitigation - Optional Block
Modify Bot Defense behavior for a matching request
See Mitigation below.

• mobile - Optional Object
Enable this option

• path - Optional Block
Path match of the URI can be either be, Prefix match or exact match or regular expression match
See Path below.

• protocol - Optional String Defaults to BOTH
Possible values are BOTH, HTTP, HTTPS
[Enum: BOTH|HTTP|HTTPS] SchemeType is used to indicate URL scheme. - BOTH: BOTH URL scheme for HTTPS:// or HTTP://. - HTTP: HTTP URL scheme HTTP:// only. - HTTPS: HTTPS URL scheme HTTPS:// only

• query_params - Optional Block
List of predicates for all query parameters that need to be matched. The criteria for matching each query parameter are described in individual instances of QueryParameterMatcherType. The actual query parameter values are extracted from the request API as a list of strings for each query
See Query Params below.

• undefined_flow_label - Optional Object
Enable this option

• web - Optional Object
Enable this option

• web_mobile - Optional Block
Web and Mobile traffic type. Web and Mobile traffic type
See Web Mobile below.

Bot Defense Policy Protected App Endpoints Allow Good Bots

Section titled “Bot Defense Policy Protected App Endpoints Allow Good Bots”

Deeply nested Bots block collapsed for readability.

Bot Defense Policy Protected App Endpoints Any Domain

Section titled “Bot Defense Policy Protected App Endpoints Any Domain”

Deeply nested Domain block collapsed for readability.

Bot Defense Policy Protected App Endpoints Domain

Section titled “Bot Defense Policy Protected App Endpoints Domain”

A domain block (within bot_defense.policy.protected_app_endpoints) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

Bot Defense Policy Protected App Endpoints Flow Label

Section titled “Bot Defense Policy Protected App Endpoints Flow Label”

Deeply nested Label block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Account Management

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Account Management”

Deeply nested Management block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Account Management Create

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Account Management Create”

Deeply nested Create block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Account Management Password Reset

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Account Management Password Reset”

Deeply nested Reset block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication”

Deeply nested Authentication block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login”

Deeply nested Login block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Disable Transaction Result

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Disable Transaction Result”

Deeply nested Result block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result”

Deeply nested Result block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result Failure Conditions

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result Failure Conditions”

Deeply nested Conditions block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result Success Conditions

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Transaction Result Success Conditions”

Deeply nested Conditions block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login MFA

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login MFA”

Deeply nested MFA block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Partner

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Login Partner”

Deeply nested Partner block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Logout

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Logout”

Deeply nested Logout block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Authentication Token Refresh

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Authentication Token Refresh”

Deeply nested Refresh block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Financial Services

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Financial Services”

Deeply nested Services block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Financial Services Apply

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Financial Services Apply”

Deeply nested Apply block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Financial Services Money Transfer

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Financial Services Money Transfer”

Deeply nested Transfer block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Flight

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Flight”

Deeply nested Flight block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Profile Management

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Profile Management”

Deeply nested Management block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Profile Management Create

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Profile Management Create”

Deeply nested Create block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Profile Management Update

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Profile Management Update”

Deeply nested Update block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Profile Management View

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Profile Management View”

Deeply nested View block collapsed for readability.

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Search”

Deeply nested Search block collapsed for readability.

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Search Flight Search”

Deeply nested Search block collapsed for readability.

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Search Product Search”

Deeply nested Search block collapsed for readability.

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Search Reservation Search”

Deeply nested Search block collapsed for readability.

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Search Room Search”

Deeply nested Search block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards”

Deeply nested Cards block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Gift Card Make Purchase With Gift Card

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Gift Card Make Purchase With Gift Card”

Deeply nested Card block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Gift Card Validation

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Gift Card Validation”

Deeply nested Validation block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Add To Cart

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Add To Cart”

Deeply nested Cart block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Checkout

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Checkout”

Deeply nested Checkout block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Choose Seat

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Choose Seat”

Deeply nested Seat block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Enter Drawing Submission

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Enter Drawing Submission”

Deeply nested Submission block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Make Payment

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Make Payment”

Deeply nested Payment block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Order

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Order”

Deeply nested Order block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Price Inquiry

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Price Inquiry”

Deeply nested Inquiry block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Promo Code Validation

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Promo Code Validation”

Deeply nested Validation block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Purchase Gift Card

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Purchase Gift Card”

Deeply nested Card block collapsed for readability.

Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Update Quantity

Section titled “Bot Defense Policy Protected App Endpoints Flow Label Shopping Gift Cards Shop Update Quantity”

Deeply nested Quantity block collapsed for readability.

Bot Defense Policy Protected App Endpoints Headers

Section titled “Bot Defense Policy Protected App Endpoints Headers”

A headers block (within bot_defense.policy.protected_app_endpoints) supports the following:

• check_not_present - Optional Object
Configuration parameter for check not present

• check_present - Optional Object
Configuration parameter for check present

• invert_matcher - Optional Bool
Invert Header Matcher. Invert the match result

• item - Optional Block
Matcher specifies multiple criteria for matching an input string. The match is considered successful if any of the criteria are satisfied. The set of supported match criteria includes a list of exact values and a list of regular expressions
See Item below.

• name - Optional String
Header Name. A case-insensitive HTTP header name

Bot Defense Policy Protected App Endpoints Headers Check Not Present

Section titled “Bot Defense Policy Protected App Endpoints Headers Check Not Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Protected App Endpoints Headers Check Present

Section titled “Bot Defense Policy Protected App Endpoints Headers Check Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Protected App Endpoints Headers Item

Section titled “Bot Defense Policy Protected App Endpoints Headers Item”

Deeply nested Item block collapsed for readability.

Bot Defense Policy Protected App Endpoints Metadata

Section titled “Bot Defense Policy Protected App Endpoints Metadata”

A metadata block (within bot_defense.policy.protected_app_endpoints) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Bot Defense Policy Protected App Endpoints Mitigate Good Bots

Section titled “Bot Defense Policy Protected App Endpoints Mitigate Good Bots”

Deeply nested Bots block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mitigation

Section titled “Bot Defense Policy Protected App Endpoints Mitigation”

A mitigation block (within bot_defense.policy.protected_app_endpoints) supports the following:

• block - Optional Block
Block request and respond with custom content
See Block below.

• flag - Optional Block
Select Flag Bot Mitigation Action. Flag mitigation action
See Flag below.

• redirect - Optional Block
Redirect bot mitigation. Redirect request to a custom URI
See Redirect below.

Bot Defense Policy Protected App Endpoints Mitigation Block

Section titled “Bot Defense Policy Protected App Endpoints Mitigation Block”

Deeply nested Block block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mitigation Flag

Section titled “Bot Defense Policy Protected App Endpoints Mitigation Flag”

Deeply nested Flag block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mitigation Flag Append Headers

Section titled “Bot Defense Policy Protected App Endpoints Mitigation Flag Append Headers”

Deeply nested Headers block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mitigation Flag No Headers

Section titled “Bot Defense Policy Protected App Endpoints Mitigation Flag No Headers”

Deeply nested Headers block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mitigation Redirect

Section titled “Bot Defense Policy Protected App Endpoints Mitigation Redirect”

Deeply nested Redirect block collapsed for readability.

Bot Defense Policy Protected App Endpoints Mobile

Section titled “Bot Defense Policy Protected App Endpoints Mobile”

A mobile block (within bot_defense.policy.protected_app_endpoints) supports the following:

Bot Defense Policy Protected App Endpoints Path

Section titled “Bot Defense Policy Protected App Endpoints Path”

A path block (within bot_defense.policy.protected_app_endpoints) supports the following:

• path - Optional String
Exact path value to match

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

• regex - Optional String
Regular expression of path match (e.g. The value .* will match on all paths)

Bot Defense Policy Protected App Endpoints Query Params

Section titled “Bot Defense Policy Protected App Endpoints Query Params”

Deeply nested Params block collapsed for readability.

Bot Defense Policy Protected App Endpoints Query Params Check Not Present

Section titled “Bot Defense Policy Protected App Endpoints Query Params Check Not Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Protected App Endpoints Query Params Check Present

Section titled “Bot Defense Policy Protected App Endpoints Query Params Check Present”

Deeply nested Present block collapsed for readability.

Bot Defense Policy Protected App Endpoints Query Params Item

Section titled “Bot Defense Policy Protected App Endpoints Query Params Item”

Deeply nested Item block collapsed for readability.

Bot Defense Policy Protected App Endpoints Undefined Flow Label

Section titled “Bot Defense Policy Protected App Endpoints Undefined Flow Label”

Deeply nested Label block collapsed for readability.

Bot Defense Policy Protected App Endpoints Web

Section titled “Bot Defense Policy Protected App Endpoints Web”

A web block (within bot_defense.policy.protected_app_endpoints) supports the following:

Bot Defense Policy Protected App Endpoints Web Mobile

Section titled “Bot Defense Policy Protected App Endpoints Web Mobile”

Deeply nested Mobile block collapsed for readability.

A captcha_challenge block supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

A client_side_defense block supports the following:

• policy - Optional Block
Defines various configuration OPTIONS for Client-Side Defense policy
See Policy below.

A policy block (within client_side_defense) supports the following:

• disable_js_insert - Optional Object
Configuration parameter for disable js insert

• js_insert_all_pages - Optional Object
Configuration parameter for js insert all pages

• js_insert_all_pages_except - Optional Block
Insert Client-Side Defense JavaScript in all pages with the exceptions
See Js Insert All Pages Except below.

• js_insertion_rules - Optional Block
Defines custom JavaScript insertion rules for Client-Side Defense Policy
See Js Insertion Rules below.

client-side Defense Policy Disable Js Insert

Section titled “client-side Defense Policy Disable Js Insert”

A disable_js_insert block (within client_side_defense.policy) supports the following:

client-side Defense Policy Js Insert All Pages

Section titled “client-side Defense Policy Js Insert All Pages”

A js_insert_all_pages block (within client_side_defense.policy) supports the following:

client-side Defense Policy Js Insert All Pages Except

Section titled “client-side Defense Policy Js Insert All Pages Except”

Deeply nested Except block collapsed for readability.

client-side Defense Policy Js Insert All Pages Except Exclude List

Section titled “client-side Defense Policy Js Insert All Pages Except Exclude List”

Deeply nested List block collapsed for readability.

client-side Defense Policy Js Insert All Pages Except Exclude List Any Domain

Section titled “client-side Defense Policy Js Insert All Pages Except Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insert All Pages Except Exclude List Domain

Section titled “client-side Defense Policy Js Insert All Pages Except Exclude List Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insert All Pages Except Exclude List Metadata

Section titled “client-side Defense Policy Js Insert All Pages Except Exclude List Metadata”

Deeply nested Metadata block collapsed for readability.

client-side Defense Policy Js Insert All Pages Except Exclude List Path

Section titled “client-side Defense Policy Js Insert All Pages Except Exclude List Path”

Deeply nested Path block collapsed for readability.

client-side Defense Policy Js Insertion Rules

Section titled “client-side Defense Policy Js Insertion Rules”

A js_insertion_rules block (within client_side_defense.policy) supports the following:

• exclude_list - Optional Block
Optional JavaScript insertions exclude list of domain and path matchers
See Exclude List below.

• rules - Optional Block
Required list of pages to insert Client-Side Defense client JavaScript
See Rules below.

client-side Defense Policy Js Insertion Rules Exclude List

Section titled “client-side Defense Policy Js Insertion Rules Exclude List”

Deeply nested List block collapsed for readability.

client-side Defense Policy Js Insertion Rules Exclude List Any Domain

Section titled “client-side Defense Policy Js Insertion Rules Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insertion Rules Exclude List Domain

Section titled “client-side Defense Policy Js Insertion Rules Exclude List Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insertion Rules Exclude List Metadata

Section titled “client-side Defense Policy Js Insertion Rules Exclude List Metadata”

Deeply nested Metadata block collapsed for readability.

client-side Defense Policy Js Insertion Rules Exclude List Path

Section titled “client-side Defense Policy Js Insertion Rules Exclude List Path”

Deeply nested Path block collapsed for readability.

client-side Defense Policy Js Insertion Rules Rules

Section titled “client-side Defense Policy Js Insertion Rules Rules”

A rules block (within client_side_defense.policy.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional Block
Domain name for routing and identification
See Domain below.

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• path - Optional Block
Path match of the URI can be either be, Prefix match or exact match or regular expression match
See Path below.

client-side Defense Policy Js Insertion Rules Rules Any Domain

Section titled “client-side Defense Policy Js Insertion Rules Rules Any Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insertion Rules Rules Domain

Section titled “client-side Defense Policy Js Insertion Rules Rules Domain”

Deeply nested Domain block collapsed for readability.

client-side Defense Policy Js Insertion Rules Rules Metadata

Section titled “client-side Defense Policy Js Insertion Rules Rules Metadata”

Deeply nested Metadata block collapsed for readability.

client-side Defense Policy Js Insertion Rules Rules Path

Section titled “client-side Defense Policy Js Insertion Rules Rules Path”

Deeply nested Path block collapsed for readability.

A cors_policy block supports the following:

• allow_credentials - Optional Bool
Specifies whether the resource allows credentials

• allow_headers - Optional String
Specifies the content for the access-control-allow-headers header

• allow_methods - Optional String
Specifies the content for the access-control-allow-methods header

• allow_origin - Optional List
Specifies the origins that will be allowed to do CORS requests. An origin is allowed if either allow_origin or allow_origin_regex match

• allow_origin_regex - Optional List
Specifies regex patterns that match allowed origins. An origin is allowed if either allow_origin or allow_origin_regex match

• disabled - Optional Bool
Disable the CorsPolicy for a particular route. This is useful when virtual-host has CorsPolicy, but we need to disable it on a specific route. The value of this field is ignored for virtual-host

• expose_headers - Optional String
Specifies the content for the access-control-expose-headers header

• maximum_age - Optional Number
Specifies the content for the access-control-max-age header in seconds. This indicates the maximum number of seconds the results can be cached A value of -1 will disable caching. Maximum permitted value is 86400 seconds (24 hours)

A csrf_policy block supports the following:

• all_load_balancer_domains - Optional Object
Configuration parameter for all load balancer domains

• custom_domain_list - Optional Block
List of domain names used for Host header matching
See Custom Domain List below.

• disabled - Optional Object
Enable this option

An all_load_balancer_domains block (within csrf_policy) supports the following:

A custom_domain_list block (within csrf_policy) supports the following:

• domains - Optional List
List of domain names that will be matched to loadbalancer. These domains are not used for SNI match. Wildcard names are supported in the suffix or prefix form

A disabled block (within csrf_policy) supports the following:

A custom_cache_rule block supports the following:

• cdn_cache_rules - Optional Block
Reference to CDN Cache Rule configuration object
See CDN Cache Rules below.

A cdn_cache_rules block (within custom_cache_rule) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A data_guard_rules block supports the following:

• any_domain - Optional Object
Enable this option

• apply_data_guard - Optional Object
Enable this option

• exact_value - Optional String
Exact domain name

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• path - Optional Block
Path match of the URI can be either be, Prefix match or exact match or regular expression match
See Path below.

• skip_data_guard - Optional Object
Enable this option

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

An any_domain block (within data_guard_rules) supports the following:

An apply_data_guard block (within data_guard_rules) supports the following:

A metadata block (within data_guard_rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A path block (within data_guard_rules) supports the following:

• path - Optional String
Exact path value to match

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

• regex - Optional String
Regular expression of path match (e.g. The value .* will match on all paths)

A skip_data_guard block (within data_guard_rules) supports the following:

A ddos_mitigation_rules block supports the following:

• block - Optional Block
Enable this option

• ddos_client_source - Optional Block
DDOS Client Source Choice. DDOS Mitigation sources to be blocked
See DDOS Client Source below.

• expiration_timestamp - Optional String
Specifies expiration_timestamp the RFC 3339 format timestamp at which the containing rule is considered to be logically expired. The rule continues to exist in the configuration but is not applied anymore

• ip_prefix_list - Optional Block
List of IP Prefix strings to match against
See IP Prefix List below.

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

A ddos_client_source block (within ddos_mitigation_rules) supports the following:

• asn_list - Optional Block
Unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create allow or deny lists for use in network policy or service policy. It can be used to create the allow list only for DNS Load Balancer
See Asn List below.

• country_list - Optional List Defaults to COUNTRY_NONE
Possible values are COUNTRY_NONE, COUNTRY_AD, COUNTRY_AE, COUNTRY_AF, COUNTRY_AG, COUNTRY_AI, COUNTRY_AL, COUNTRY_AM, COUNTRY_AN, COUNTRY_AO, COUNTRY_AQ, COUNTRY_AR, COUNTRY_AS, COUNTRY_AT, COUNTRY_AU, COUNTRY_AW, COUNTRY_AX, COUNTRY_AZ, COUNTRY_BA, COUNTRY_BB, COUNTRY_BD, COUNTRY_BE, COUNTRY_BF, COUNTRY_BG, COUNTRY_BH, COUNTRY_BI, COUNTRY_BJ, COUNTRY_BL, COUNTRY_BM, COUNTRY_BN, COUNTRY_BO, COUNTRY_BQ, COUNTRY_BR, COUNTRY_BS, COUNTRY_BT, COUNTRY_BV, COUNTRY_BW, COUNTRY_BY, COUNTRY_BZ, COUNTRY_CA, COUNTRY_CC, COUNTRY_CD, COUNTRY_CF, COUNTRY_CG, COUNTRY_CH, COUNTRY_CI, COUNTRY_CK, COUNTRY_CL, COUNTRY_CM, COUNTRY_CN, COUNTRY_CO, COUNTRY_CR, COUNTRY_CS, COUNTRY_CU, COUNTRY_CV, COUNTRY_CW, COUNTRY_CX, COUNTRY_CY, COUNTRY_CZ, COUNTRY_DE, COUNTRY_DJ, COUNTRY_DK, COUNTRY_DM, COUNTRY_DO, COUNTRY_DZ, COUNTRY_EC, COUNTRY_EE, COUNTRY_EG, COUNTRY_EH, COUNTRY_ER, COUNTRY_ES, COUNTRY_ET, COUNTRY_FI, COUNTRY_FJ, COUNTRY_FK, COUNTRY_FM, COUNTRY_FO, COUNTRY_FR, COUNTRY_GA, COUNTRY_GB, COUNTRY_GD, COUNTRY_GE, COUNTRY_GF, COUNTRY_GG, COUNTRY_GH, COUNTRY_GI, COUNTRY_GL, COUNTRY_GM, COUNTRY_GN, COUNTRY_GP, COUNTRY_GQ, COUNTRY_GR, COUNTRY_GS, COUNTRY_GT, COUNTRY_GU, COUNTRY_GW, COUNTRY_GY, COUNTRY_HK, COUNTRY_HM, COUNTRY_HN, COUNTRY_HR, COUNTRY_HT, COUNTRY_HU, COUNTRY_ID, COUNTRY_IE, COUNTRY_IL, COUNTRY_IM, COUNTRY_IN, COUNTRY_IO, COUNTRY_IQ, COUNTRY_IR, COUNTRY_IS, COUNTRY_IT, COUNTRY_JE, COUNTRY_JM, COUNTRY_JO, COUNTRY_JP, COUNTRY_KE, COUNTRY_KG, COUNTRY_KH, COUNTRY_KI, COUNTRY_KM, COUNTRY_KN, COUNTRY_KP, COUNTRY_KR, COUNTRY_KW, COUNTRY_KY, COUNTRY_KZ, COUNTRY_LA, COUNTRY_LB, COUNTRY_LC, COUNTRY_LI, COUNTRY_LK, COUNTRY_LR, COUNTRY_LS, COUNTRY_LT, COUNTRY_LU, COUNTRY_LV, COUNTRY_LY, COUNTRY_MA, COUNTRY_MC, COUNTRY_MD, COUNTRY_ME, COUNTRY_MF, COUNTRY_MG, COUNTRY_MH, COUNTRY_MK, COUNTRY_ML, COUNTRY_MM, COUNTRY_MN, COUNTRY_MO, COUNTRY_MP, COUNTRY_MQ, COUNTRY_MR, COUNTRY_MS, COUNTRY_MT, COUNTRY_MU, COUNTRY_MV, COUNTRY_MW, COUNTRY_MX, COUNTRY_MY, COUNTRY_MZ, COUNTRY_NA, COUNTRY_NC, COUNTRY_NE, COUNTRY_NF, COUNTRY_NG, COUNTRY_NI, COUNTRY_NL, COUNTRY_NO, COUNTRY_NP, COUNTRY_NR, COUNTRY_NU, COUNTRY_NZ, COUNTRY_OM, COUNTRY_PA, COUNTRY_PE, COUNTRY_PF, COUNTRY_PG, COUNTRY_PH, COUNTRY_PK, COUNTRY_PL, COUNTRY_PM, COUNTRY_PN, COUNTRY_PR, COUNTRY_PS, COUNTRY_PT, COUNTRY_PW, COUNTRY_PY, COUNTRY_QA, COUNTRY_RE, COUNTRY_RO, COUNTRY_RS, COUNTRY_RU, COUNTRY_RW, COUNTRY_SA, COUNTRY_SB, COUNTRY_SC, COUNTRY_SD, COUNTRY_SE, COUNTRY_SG, COUNTRY_SH, COUNTRY_SI, COUNTRY_SJ, COUNTRY_SK, COUNTRY_SL, COUNTRY_SM, COUNTRY_SN, COUNTRY_SO, COUNTRY_SR, COUNTRY_SS, COUNTRY_ST, COUNTRY_SV, COUNTRY_SX, COUNTRY_SY, COUNTRY_SZ, COUNTRY_TC, COUNTRY_TD, COUNTRY_TF, COUNTRY_TG, COUNTRY_TH, COUNTRY_TJ, COUNTRY_TK, COUNTRY_TL, COUNTRY_TM, COUNTRY_TN, COUNTRY_TO, COUNTRY_TR, COUNTRY_TT, COUNTRY_TV, COUNTRY_TW, COUNTRY_TZ, COUNTRY_UA, COUNTRY_UG, COUNTRY_UM, COUNTRY_US, COUNTRY_UY, COUNTRY_UZ, COUNTRY_VA, COUNTRY_VC, COUNTRY_VE, COUNTRY_VG, COUNTRY_VI, COUNTRY_VN, COUNTRY_VU, COUNTRY_WF, COUNTRY_WS, COUNTRY_XK, COUNTRY_XT, COUNTRY_YE, COUNTRY_YT, COUNTRY_ZA, COUNTRY_ZM, COUNTRY_ZW
[Enum: COUNTRY_NONE|COUNTRY_AD|COUNTRY_AE|COUNTRY_AF|COUNTRY_AG|COUNTRY_AI|COUNTRY_AL|COUNTRY_AM|COUNTRY_AN|COUNTRY_AO|COUNTRY_AQ|COUNTRY_AR|COUNTRY_AS|COUNTRY_AT|COUNTRY_AU|COUNTRY_AW|COUNTRY_AX|COUNTRY_AZ|COUNTRY_BA|COUNTRY_BB|COUNTRY_BD|COUNTRY_BE|COUNTRY_BF|COUNTRY_BG|COUNTRY_BH|COUNTRY_BI|COUNTRY_BJ|COUNTRY_BL|COUNTRY_BM|COUNTRY_BN|COUNTRY_BO|COUNTRY_BQ|COUNTRY_BR|COUNTRY_BS|COUNTRY_BT|COUNTRY_BV|COUNTRY_BW|COUNTRY_BY|COUNTRY_BZ|COUNTRY_CA|COUNTRY_CC|COUNTRY_CD|COUNTRY_CF|COUNTRY_CG|COUNTRY_CH|COUNTRY_CI|COUNTRY_CK|COUNTRY_CL|COUNTRY_CM|COUNTRY_CN|COUNTRY_CO|COUNTRY_CR|COUNTRY_CS|COUNTRY_CU|COUNTRY_CV|COUNTRY_CW|COUNTRY_CX|COUNTRY_CY|COUNTRY_CZ|COUNTRY_DE|COUNTRY_DJ|COUNTRY_DK|COUNTRY_DM|COUNTRY_DO|COUNTRY_DZ|COUNTRY_EC|COUNTRY_EE|COUNTRY_EG|COUNTRY_EH|COUNTRY_ER|COUNTRY_ES|COUNTRY_ET|COUNTRY_FI|COUNTRY_FJ|COUNTRY_FK|COUNTRY_FM|COUNTRY_FO|COUNTRY_FR|COUNTRY_GA|COUNTRY_GB|COUNTRY_GD|COUNTRY_GE|COUNTRY_GF|COUNTRY_GG|COUNTRY_GH|COUNTRY_GI|COUNTRY_GL|COUNTRY_GM|COUNTRY_GN|COUNTRY_GP|COUNTRY_GQ|COUNTRY_GR|COUNTRY_GS|COUNTRY_GT|COUNTRY_GU|COUNTRY_GW|COUNTRY_GY|COUNTRY_HK|COUNTRY_HM|COUNTRY_HN|COUNTRY_HR|COUNTRY_HT|COUNTRY_HU|COUNTRY_ID|COUNTRY_IE|COUNTRY_IL|COUNTRY_IM|COUNTRY_IN|COUNTRY_IO|COUNTRY_IQ|COUNTRY_IR|COUNTRY_IS|COUNTRY_IT|COUNTRY_JE|COUNTRY_JM|COUNTRY_JO|COUNTRY_JP|COUNTRY_KE|COUNTRY_KG|COUNTRY_KH|COUNTRY_KI|COUNTRY_KM|COUNTRY_KN|COUNTRY_KP|COUNTRY_KR|COUNTRY_KW|COUNTRY_KY|COUNTRY_KZ|COUNTRY_LA|COUNTRY_LB|COUNTRY_LC|COUNTRY_LI|COUNTRY_LK|COUNTRY_LR|COUNTRY_LS|COUNTRY_LT|COUNTRY_LU|COUNTRY_LV|COUNTRY_LY|COUNTRY_MA|COUNTRY_MC|COUNTRY_MD|COUNTRY_ME|COUNTRY_MF|COUNTRY_MG|COUNTRY_MH|COUNTRY_MK|COUNTRY_ML|COUNTRY_MM|COUNTRY_MN|COUNTRY_MO|COUNTRY_MP|COUNTRY_MQ|COUNTRY_MR|COUNTRY_MS|COUNTRY_MT|COUNTRY_MU|COUNTRY_MV|COUNTRY_MW|COUNTRY_MX|COUNTRY_MY|COUNTRY_MZ|COUNTRY_NA|COUNTRY_NC|COUNTRY_NE|COUNTRY_NF|COUNTRY_NG|COUNTRY_NI|COUNTRY_NL|COUNTRY_NO|COUNTRY_NP|COUNTRY_NR|COUNTRY_NU|COUNTRY_NZ|COUNTRY_OM|COUNTRY_PA|COUNTRY_PE|COUNTRY_PF|COUNTRY_PG|COUNTRY_PH|COUNTRY_PK|COUNTRY_PL|COUNTRY_PM|COUNTRY_PN|COUNTRY_PR|COUNTRY_PS|COUNTRY_PT|COUNTRY_PW|COUNTRY_PY|COUNTRY_QA|COUNTRY_RE|COUNTRY_RO|COUNTRY_RS|COUNTRY_RU|COUNTRY_RW|COUNTRY_SA|COUNTRY_SB|COUNTRY_SC|COUNTRY_SD|COUNTRY_SE|COUNTRY_SG|COUNTRY_SH|COUNTRY_SI|COUNTRY_SJ|COUNTRY_SK|COUNTRY_SL|COUNTRY_SM|COUNTRY_SN|COUNTRY_SO|COUNTRY_SR|COUNTRY_SS|COUNTRY_ST|COUNTRY_SV|COUNTRY_SX|COUNTRY_SY|COUNTRY_SZ|COUNTRY_TC|COUNTRY_TD|COUNTRY_TF|COUNTRY_TG|COUNTRY_TH|COUNTRY_TJ|COUNTRY_TK|COUNTRY_TL|COUNTRY_TM|COUNTRY_TN|COUNTRY_TO|COUNTRY_TR|COUNTRY_TT|COUNTRY_TV|COUNTRY_TW|COUNTRY_TZ|COUNTRY_UA|COUNTRY_UG|COUNTRY_UM|COUNTRY_US|COUNTRY_UY|COUNTRY_UZ|COUNTRY_VA|COUNTRY_VC|COUNTRY_VE|COUNTRY_VG|COUNTRY_VI|COUNTRY_VN|COUNTRY_VU|COUNTRY_WF|COUNTRY_WS|COUNTRY_XK|COUNTRY_XT|COUNTRY_YE|COUNTRY_YT|COUNTRY_ZA|COUNTRY_ZM|COUNTRY_ZW] Sources that are located in one of the countries in the given list

• ja4_tls_fingerprint_matcher - Optional Block
Extended version of JA3 that includes additional fields for more comprehensive fingerprinting of SSL/TLS clients and potentially has a different structure and length
See Ja4 TLS Fingerprint Matcher below.

• tls_fingerprint_matcher - Optional Block
TLS fingerprint matcher specifies multiple criteria for matching a TLS fingerprint. The set of supported positive match criteria includes a list of known classes of TLS fingerprints and a list of exact values. The match is considered successful if either of these positive criteria are satisfied
See TLS Fingerprint Matcher below.

DDOS Mitigation Rules DDOS Client Source Asn List

Section titled “DDOS Mitigation Rules DDOS Client Source Asn List”

Deeply nested List block collapsed for readability.

DDOS Mitigation Rules DDOS Client Source Ja4 TLS Fingerprint Matcher

Section titled “DDOS Mitigation Rules DDOS Client Source Ja4 TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

DDOS Mitigation Rules DDOS Client Source TLS Fingerprint Matcher

Section titled “DDOS Mitigation Rules DDOS Client Source TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

An ip_prefix_list block (within ddos_mitigation_rules) supports the following:

• invert_match - Optional Bool
Invert Match Result. Invert the match result

• ip_prefixes - Optional List
IPv4 Prefix List. List of IPv4 prefix strings

A metadata block (within ddos_mitigation_rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A default_cache_action block supports the following:

• cache_disabled - Optional Object
Enable this option

• cache_ttl_default - Optional String
Use Cache TTL Provided by Origin, and set a contigency TTL value in case one is not provided

• cache_ttl_override - Optional String
Always override the Cache TTL provided by Origin

A cache_disabled block (within default_cache_action) supports the following:

A default_sensitive_data_policy block supports the following:

A disable_api_definition block supports the following:

A disable_api_discovery block supports the following:

A disable_client_side_defense block supports the following:

A disable_ip_reputation block supports the following:

A disable_malicious_user_detection block supports the following:

A disable_rate_limit block supports the following:

A disable_threat_mesh block supports the following:

A disable_waf block supports the following:

An enable_api_discovery block supports the following:

• api_crawler - Optional Block
API Crawling. API Crawler message
See API Crawler below.

• api_discovery_from_code_scan - Optional Block
Select codebase and Repositories
See API Discovery From Code Scan below.

• custom_api_auth_discovery - Optional Block
API Discovery Advanced Settings. API Discovery Advanced settings
See Custom API Auth Discovery below.

• default_api_auth_discovery - Optional Object
Enable this option

• disable_learn_from_redirect_traffic - Optional Object
Configuration parameter for disable learn from redirect traffic

• discovered_api_settings - Optional Block
Discovered API Settings. Configure Discovered API Settings
See Discovered API Settings below.

• enable_learn_from_redirect_traffic - Optional Object
Configuration parameter for enable learn from redirect traffic

An api_crawler block (within enable_api_discovery) supports the following:

• api_crawler_config - Optional Block
Crawler Configure
See API Crawler Config below.

• disable_api_crawler - Optional Object
Enable this option

Enable API Discovery API Crawler API Crawler Config

Section titled “Enable API Discovery API Crawler API Crawler Config”

Deeply nested Config block collapsed for readability.

Enable API Discovery API Crawler API Crawler Config Domains

Section titled “Enable API Discovery API Crawler API Crawler Config Domains”

Deeply nested Domains block collapsed for readability.

Enable API Discovery API Crawler API Crawler Config Domains Simple Login

Section titled “Enable API Discovery API Crawler API Crawler Config Domains Simple Login”

Deeply nested Login block collapsed for readability.

Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password

Section titled “Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password”

Deeply nested Password block collapsed for readability.

Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password Blindfold Secret Info

Section titled “Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password Blindfold Secret Info”

Deeply nested Info block collapsed for readability.

Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password Clear Secret Info

Section titled “Enable API Discovery API Crawler API Crawler Config Domains Simple Login Password Clear Secret Info”

Deeply nested Info block collapsed for readability.

Enable API Discovery API Crawler Disable API Crawler

Section titled “Enable API Discovery API Crawler Disable API Crawler”

Deeply nested Crawler block collapsed for readability.

Enable API Discovery API Discovery From Code Scan

Section titled “Enable API Discovery API Discovery From Code Scan”

Deeply nested Scan block collapsed for readability.

Enable API Discovery API Discovery From Code Scan codebase Integrations

Section titled “Enable API Discovery API Discovery From Code Scan codebase Integrations”

Deeply nested Integrations block collapsed for readability.

Enable API Discovery API Discovery From Code Scan codebase Integrations All Repos

Section titled “Enable API Discovery API Discovery From Code Scan codebase Integrations All Repos”

Deeply nested Repos block collapsed for readability.

Enable API Discovery API Discovery From Code Scan codebase Integrations codebase Integration

Section titled “Enable API Discovery API Discovery From Code Scan codebase Integrations codebase Integration”

Deeply nested Integration block collapsed for readability.

Enable API Discovery API Discovery From Code Scan codebase Integrations Selected Repos

Section titled “Enable API Discovery API Discovery From Code Scan codebase Integrations Selected Repos”

Deeply nested Repos block collapsed for readability.

Enable API Discovery Custom API Auth Discovery

Section titled “Enable API Discovery Custom API Auth Discovery”

A custom_api_auth_discovery block (within enable_api_discovery) supports the following:

• api_discovery_ref - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See API Discovery Ref below.

Enable API Discovery Custom API Auth Discovery API Discovery Ref

Section titled “Enable API Discovery Custom API Auth Discovery API Discovery Ref”

Deeply nested Ref block collapsed for readability.

Enable API Discovery Default API Auth Discovery

Section titled “Enable API Discovery Default API Auth Discovery”

A default_api_auth_discovery block (within enable_api_discovery) supports the following:

Enable API Discovery Disable Learn From Redirect Traffic

Section titled “Enable API Discovery Disable Learn From Redirect Traffic”

Deeply nested Traffic block collapsed for readability.

Enable API Discovery Discovered API Settings

Section titled “Enable API Discovery Discovered API Settings”

A discovered_api_settings block (within enable_api_discovery) supports the following:

• purge_duration_for_inactive_discovered_apis - Optional Number
Inactive discovered API will be deleted after configured duration

Enable API Discovery Enable Learn From Redirect Traffic

Section titled “Enable API Discovery Enable Learn From Redirect Traffic”

Deeply nested Traffic block collapsed for readability.

An enable_challenge block supports the following:

• captcha_challenge_parameters - Optional Block
Enables loadbalancer to perform captcha challenge Captcha challenge will be based on Google Recaptcha. With this feature enabled, only clients that pass the captcha challenge will be allowed to complete the HTTP request. When loadbalancer is configured to do Captcha Challenge, it will redirect
See Captcha Challenge Parameters below.

• default_captcha_challenge_parameters - Optional Object
Configuration parameter for default captcha challenge parameters

• default_js_challenge_parameters - Optional Object
Configuration parameter for default js challenge parameters

• default_mitigation_settings - Optional Object
Enable this option

• js_challenge_parameters - Optional Block
Enables loadbalancer to perform client browser compatibility test by redirecting to a page with JavaScript. With this feature enabled, only clients that are capable of executing JavaScript(mostly browsers) will be allowed to complete the HTTP request. When loadbalancer is configured to do
See Js Challenge Parameters below.

• malicious_user_mitigation - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Malicious User Mitigation below.

Enable Challenge Captcha Challenge Parameters

Section titled “Enable Challenge Captcha Challenge Parameters”

A captcha_challenge_parameters block (within enable_challenge) supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

Enable Challenge Default Captcha Challenge Parameters

Section titled “Enable Challenge Default Captcha Challenge Parameters”

A default_captcha_challenge_parameters block (within enable_challenge) supports the following:

Enable Challenge Default Js Challenge Parameters

Section titled “Enable Challenge Default Js Challenge Parameters”

A default_js_challenge_parameters block (within enable_challenge) supports the following:

Enable Challenge Default Mitigation Settings

Section titled “Enable Challenge Default Mitigation Settings”

A default_mitigation_settings block (within enable_challenge) supports the following:

A js_challenge_parameters block (within enable_challenge) supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

• js_script_delay - Optional Number
Delay introduced by JavaScript, in milliseconds

Enable Challenge Malicious User Mitigation

Section titled “Enable Challenge Malicious User Mitigation”

A malicious_user_mitigation block (within enable_challenge) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

An enable_ip_reputation block supports the following:

• ip_threat_categories - Optional List Defaults to SPAM_SOURCES
See IP Threat Categories
[Enum: SPAM_SOURCES|WINDOWS_EXPLOITS|WEB_ATTACKS|BOTNETS|SCANNERS|REPUTATION|PHISHING|PROXY|MOBILE_THREATS|TOR_PROXY|DENIAL_OF_SERVICE|NETWORK] If the source IP matches on atleast one of the enabled IP threat categories, the request will be denied

An enable_malicious_user_detection block supports the following:

An enable_threat_mesh block supports the following:

A graphql_rules block supports the following:

• any_domain - Optional Object
Enable this option

• exact_path - Optional String Defaults to /GraphQL
Specifies the exact path to GraphQL endpoint

• exact_value - Optional String
Exact domain name

• graphql_settings - Optional Block
Configuration parameter for GraphQL settings
See GraphQL Settings below.

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• method_get - Optional Object
Enable this option

• method_post - Optional Object
Configuration parameter for method post

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

An any_domain block (within graphql_rules) supports the following:

A graphql_settings block (within graphql_rules) supports the following:

• disable_introspection - Optional Object
Enable this option

• enable_introspection - Optional Object
Enable this option

• max_batched_queries - Optional Number
Specify maximum number of queries in a single batched request

• max_depth - Optional Number
Specify maximum depth for the GraphQL query

• max_total_length - Optional Number
Specify maximum length in bytes for the GraphQL query

GraphQL Rules GraphQL Settings Disable Introspection

Section titled “GraphQL Rules GraphQL Settings Disable Introspection”

A disable_introspection block (within graphql_rules.graphql_settings) supports the following:

GraphQL Rules GraphQL Settings Enable Introspection

Section titled “GraphQL Rules GraphQL Settings Enable Introspection”

An enable_introspection block (within graphql_rules.graphql_settings) supports the following:

A metadata block (within graphql_rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A method_get block (within graphql_rules) supports the following:

A method_post block (within graphql_rules) supports the following:

A http block supports the following:

• dns_volterra_managed - Optional Bool
DNS records for domains will be managed automatically by F5 Distributed Cloud. As a prerequisite, the domain must be delegated to F5 Distributed Cloud using Delegated domain feature or a DNS CNAME record should be created in your DNS provider’s portal

• port - Optional Number
HTTP port to Listen

• port_ranges - Optional String
A string containing a comma separated list of port ranges. Each port range consists of a single port or two ports separated by ’-‘

A https block supports the following:

• add_hsts - Optional Bool
Add HTTP Strict-Transport-Security response header

• http_redirect - Optional Bool
HTTP Redirect to HTTPS. Redirect HTTP traffic to HTTPS

• tls_cert_options - Optional Block
Configuration parameter for TLS cert options
See TLS Cert Options below.

A tls_cert_options block (within https) supports the following:

• tls_cert_params - Optional Block
Configuration parameter for TLS cert params
See TLS Cert Params below.

• tls_inline_params - Optional Block
Configuration parameter for TLS inline params
See TLS Inline Params below.

A tls_cert_params block (within https.tls_cert_options) supports the following:

• certificates - Optional Block
Select one or more certificates with any domain names
See Certificates below.

• no_mtls - Optional Object
Enable this option

• tls_config - Optional Block
Defines various OPTIONS to configure TLS configuration parameters
See TLS Config below.

• use_mtls - Optional Block
Validation context for downstream client TLS connections
See Use mTLS below.

HTTPS TLS Cert Options TLS Cert Params Certificates

Section titled “HTTPS TLS Cert Options TLS Cert Params Certificates”

Deeply nested Certificates block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params No mTLS

Section titled “HTTPS TLS Cert Options TLS Cert Params No mTLS”

Deeply nested mTLS block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params TLS Config

Section titled “HTTPS TLS Cert Options TLS Cert Params TLS Config”

Deeply nested Config block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params TLS Config Custom Security

Section titled “HTTPS TLS Cert Options TLS Cert Params TLS Config Custom Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params TLS Config Default Security

Section titled “HTTPS TLS Cert Options TLS Cert Params TLS Config Default Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params TLS Config Low Security

Section titled “HTTPS TLS Cert Options TLS Cert Params TLS Config Low Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params TLS Config Medium Security

Section titled “HTTPS TLS Cert Options TLS Cert Params TLS Config Medium Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS”

Deeply nested mTLS block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS CRL

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS CRL”

Deeply nested CRL block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS No CRL

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS No CRL”

Deeply nested CRL block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS Trusted CA

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS Trusted CA”

Deeply nested CA block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS Xfcc Disabled

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS Xfcc Disabled”

Deeply nested Disabled block collapsed for readability.

HTTPS TLS Cert Options TLS Cert Params Use mTLS Xfcc Options

Section titled “HTTPS TLS Cert Options TLS Cert Params Use mTLS Xfcc Options”

Deeply nested Options block collapsed for readability.

A tls_inline_params block (within https.tls_cert_options) supports the following:

• no_mtls - Optional Object
Enable this option

• tls_certificates - Optional Block
Users can add one or more certificates that share the same set of domains. For example, domain.com and *.domain.com - but use different signature algorithms
See TLS Certificates below.

• tls_config - Optional Block
Defines various OPTIONS to configure TLS configuration parameters
See TLS Config below.

• use_mtls - Optional Block
Validation context for downstream client TLS connections
See Use mTLS below.

HTTPS TLS Cert Options TLS Inline Params No mTLS

Section titled “HTTPS TLS Cert Options TLS Inline Params No mTLS”

Deeply nested mTLS block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates”

Deeply nested Certificates block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Custom Hash Algorithms

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Custom Hash Algorithms”

Deeply nested Algorithms block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Disable OCSP Stapling

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Disable OCSP Stapling”

Deeply nested Stapling block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key”

Deeply nested Key block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key Blindfold Secret Info

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key Blindfold Secret Info”

Deeply nested Info block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key Clear Secret Info

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Private Key Clear Secret Info”

Deeply nested Info block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Certificates Use System Defaults

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Certificates Use System Defaults”

Deeply nested Defaults block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Config

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Config”

Deeply nested Config block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Config Custom Security

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Config Custom Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Config Default Security

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Config Default Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Config Low Security

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Config Low Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params TLS Config Medium Security

Section titled “HTTPS TLS Cert Options TLS Inline Params TLS Config Medium Security”

Deeply nested Security block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS”

Deeply nested mTLS block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS CRL

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS CRL”

Deeply nested CRL block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS No CRL

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS No CRL”

Deeply nested CRL block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS Trusted CA

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS Trusted CA”

Deeply nested CA block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS Xfcc Disabled

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS Xfcc Disabled”

Deeply nested Disabled block collapsed for readability.

HTTPS TLS Cert Options TLS Inline Params Use mTLS Xfcc Options

Section titled “HTTPS TLS Cert Options TLS Inline Params Use mTLS Xfcc Options”

Deeply nested Options block collapsed for readability.

A https_auto_cert block supports the following:

• add_hsts - Optional Bool
Add HTTP Strict-Transport-Security response header

• http_redirect - Optional Bool
HTTP Redirect to HTTPS. Redirect HTTP traffic to HTTPS

• tls_config - Optional Block
Defines various OPTIONS to configure TLS configuration parameters
See TLS Config below.

A tls_config block (within https_auto_cert) supports the following:

• tls_11_plus - Optional Object
Configuration parameter for TLS 11 plus

• tls_12_plus - Optional Object
Configuration parameter for TLS 12 plus

Deeply nested Plus block collapsed for readability.

Deeply nested Plus block collapsed for readability.

A js_challenge block supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

• js_script_delay - Optional Number
Delay introduced by JavaScript, in milliseconds

A jwt_validation block supports the following:

• action - Optional Block
Action
See Action below.

• authorization_server - Optional Block
Reference to Authorization Server object
See Authorization Server below.

• jwks_config - Optional Block
The JSON Web Key Set (JWKS) is a set of keys used to verify JSON Web Token (JWT) issued by the Authorization Server. See RFC 7517 for more details
See Jwks Config below.

• mandatory_claims - Optional Block
Configurable Validation of mandatory Claims
See Mandatory Claims below.

• reserved_claims - Optional Block
Configurable Validation of reserved Claims
See Reserved Claims below.

• target - Optional Block
Define endpoints for which JWT token validation will be performed
See Target below.

• token_location - Optional Block
Configuration parameter for token location
See Token Location below.

An action block (within jwt_validation) supports the following:

• block - Optional Object
Enable this option

• report - Optional Object
Enable this option

A block block (within jwt_validation.action) supports the following:

A report block (within jwt_validation.action) supports the following:

An authorization_server block (within jwt_validation) supports the following:

• authorization_servers - Optional Block
Authorization Servers are configured separately in the ‘Shared Objects’ section of the Web App & API Protection workspace and used to fetch JWKS for JWT validation
See Authorization Servers below.

JWT Validation Authorization Server Authorization Servers

Section titled “JWT Validation Authorization Server Authorization Servers”

An authorization_servers block (within jwt_validation.authorization_server) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A jwks_config block (within jwt_validation) supports the following:

• cleartext - Optional String
The JSON Web Key Set (JWKS) is a set of keys used to verify JSON Web Token (JWT) issued by the Authorization Server. See RFC 7517 for more details

A mandatory_claims block (within jwt_validation) supports the following:

• claim_names - Optional List
Claim Names. Human-readable name for the resource

A reserved_claims block (within jwt_validation) supports the following:

• audience - Optional Block
Audiences
See Audience below.

• audience_disable - Optional Object
Configuration parameter for audience disable

• issuer - Optional String
Exact Match

• issuer_disable - Optional Object
Configuration parameter for issuer disable

• validate_period_disable - Optional Object
Configuration parameter for validate period disable

• validate_period_enable - Optional Object
Configuration parameter for validate period enable

An audience block (within jwt_validation.reserved_claims) supports the following:

• audiences - Optional List
Values. Configuration parameter for audiences

JWT Validation Reserved Claims Audience Disable

Section titled “JWT Validation Reserved Claims Audience Disable”

An audience_disable block (within jwt_validation.reserved_claims) supports the following:

JWT Validation Reserved Claims Issuer Disable

Section titled “JWT Validation Reserved Claims Issuer Disable”

An issuer_disable block (within jwt_validation.reserved_claims) supports the following:

JWT Validation Reserved Claims Validate Period Disable

Section titled “JWT Validation Reserved Claims Validate Period Disable”

A validate_period_disable block (within jwt_validation.reserved_claims) supports the following:

JWT Validation Reserved Claims Validate Period Enable

Section titled “JWT Validation Reserved Claims Validate Period Enable”

A validate_period_enable block (within jwt_validation.reserved_claims) supports the following:

A target block (within jwt_validation) supports the following:

• all_endpoint - Optional Object
Enable this option

• api_groups - Optional Block
API Groups
See API Groups below.

• base_paths - Optional Block
Base Paths
See Base Paths below.

An all_endpoint block (within jwt_validation.target) supports the following:

An api_groups block (within jwt_validation.target) supports the following:

• api_groups - Optional List
API Groups. Group or collection configuration

A base_paths block (within jwt_validation.target) supports the following:

• base_paths - Optional List
Prefix Values. File system or URL path

A token_location block (within jwt_validation) supports the following:

• bearer_token - Optional Block
Configuration parameter for bearer token

A l7_ddos_action_js_challenge block supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

• js_script_delay - Optional Number
Delay introduced by JavaScript, in milliseconds

A no_challenge block supports the following:

A no_service_policies block supports the following:

An origin_pool block supports the following:

• more_origin_options - Optional Block
Configuration parameter for more origin options
See More Origin Options below.

• no_tls - Optional Object
Enable this option

• origin_request_timeout - Optional String
Configures the time after which a request to the origin will time out waiting for a response

• origin_servers - Optional Block
List Of Origin Servers. List of original servers
See Origin Servers below.

• public_name - Optional Block
Specify origin server with public DNS name
See Public Name below.

• use_tls - Optional Block
TLS Parameters for Origin Servers. Upstream TLS Parameters
See Use TLS below.

A more_origin_options block (within origin_pool) supports the following:

• enable_byte_range_request - Optional Bool
Choice to enable/disable byte range requests towards origin

• websocket_proxy - Optional Bool
Option to enable proxying of WebSocket connections to the origin server

A no_tls block (within origin_pool) supports the following:

An origin_servers block (within origin_pool) supports the following:

• port - Optional Number
Origin Server Port. Port the workload can be reached on

• public_ip - Optional Block
Specify origin server with public IP address
See Public IP below.

• public_name - Optional Block
Specify origin server with public DNS name
See Public Name below.

A public_ip block (within origin_pool.origin_servers) supports the following:

• ip - Optional String
Public IPv4. Public IPv4 address

A public_name block (within origin_pool.origin_servers) supports the following:

• dns_name - Optional String
DNS Name. DNS Name

• refresh_interval - Optional Number
Interval for DNS refresh in seconds. Max value is 7 days as per HTTPS://datatracker.ietf.org/doc/HTML/rfc8767.

A public_name block (within origin_pool) supports the following:

• dns_name - Optional String
DNS Name. DNS Name

• refresh_interval - Optional Number
Interval for DNS refresh in seconds. Max value is 7 days as per HTTPS://datatracker.ietf.org/doc/HTML/rfc8767.

An use_tls block (within origin_pool) supports the following:

• default_session_key_caching - Optional Object Defaults to map[]
Configuration parameter for default session key caching. Server applies default when omitted

• disable_session_key_caching - Optional Object
Configuration parameter for disable session key caching

• disable_sni - Optional Object
Configuration parameter for disable sni

• max_session_keys - Optional Number
Number of session keys that are cached

• no_mtls - Optional Object Defaults to map[]
Enable this option. Server applies default when omitted

• skip_server_verification - Optional Object
Enable this option

• sni - Optional String
SNI value to be used

• tls_config - Optional Block
Defines various OPTIONS to configure TLS configuration parameters
See TLS Config below.

• use_host_header_as_sni - Optional Object Defaults to map[]
Enable this option. Server applies default when omitted

• use_mtls - Optional Block
mTLS Certificate. mTLS Client Certificate
See Use mTLS below.

• use_mtls_obj - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Use mTLS Obj below.

• use_server_verification - Optional Block
Configuration parameter for use server verification
See Use Server Verification below.

• volterra_trusted_ca - Optional Object Defaults to map[]
Configuration parameter for volterra trusted CA. Server applies default when omitted

Origin Pool Use TLS Default Session Key Caching

Section titled “Origin Pool Use TLS Default Session Key Caching”

Deeply nested Caching block collapsed for readability.

Origin Pool Use TLS Disable Session Key Caching

Section titled “Origin Pool Use TLS Disable Session Key Caching”

Deeply nested Caching block collapsed for readability.

A disable_sni block (within origin_pool.use_tls) supports the following:

A no_mtls block (within origin_pool.use_tls) supports the following:

Origin Pool Use TLS Skip Server Verification

Section titled “Origin Pool Use TLS Skip Server Verification”

A skip_server_verification block (within origin_pool.use_tls) supports the following:

A tls_config block (within origin_pool.use_tls) supports the following:

• custom_security - Optional Block
Defines TLS protocol config including min/max versions and allowed ciphers
See Custom Security below.

• default_security - Optional Object
Enable this option

• low_security - Optional Object
Enable this option

• medium_security - Optional Object
Enable this option

Origin Pool Use TLS TLS Config Custom Security

Section titled “Origin Pool Use TLS TLS Config Custom Security”

Deeply nested Security block collapsed for readability.

Origin Pool Use TLS TLS Config Default Security

Section titled “Origin Pool Use TLS TLS Config Default Security”

Deeply nested Security block collapsed for readability.

Origin Pool Use TLS TLS Config Low Security

Section titled “Origin Pool Use TLS TLS Config Low Security”

Deeply nested Security block collapsed for readability.

Origin Pool Use TLS TLS Config Medium Security

Section titled “Origin Pool Use TLS TLS Config Medium Security”

Deeply nested Security block collapsed for readability.

Origin Pool Use TLS Use Host Header As Sni

Section titled “Origin Pool Use TLS Use Host Header As Sni”

Deeply nested Sni block collapsed for readability.

An use_mtls block (within origin_pool.use_tls) supports the following:

• tls_certificates - Optional Block
mTLS Client Certificate. mTLS Client Certificate
See TLS Certificates below.

Origin Pool Use TLS Use mTLS TLS Certificates

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates”

Deeply nested Certificates block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Custom Hash Algorithms

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Custom Hash Algorithms”

Deeply nested Algorithms block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Disable OCSP Stapling

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Disable OCSP Stapling”

Deeply nested Stapling block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Private Key

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Private Key”

Deeply nested Key block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Private Key Blindfold Secret Info

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Private Key Blindfold Secret Info”

Deeply nested Info block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Private Key Clear Secret Info

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Private Key Clear Secret Info”

Deeply nested Info block collapsed for readability.

Origin Pool Use TLS Use mTLS TLS Certificates Use System Defaults

Section titled “Origin Pool Use TLS Use mTLS TLS Certificates Use System Defaults”

Deeply nested Defaults block collapsed for readability.

An use_mtls_obj block (within origin_pool.use_tls) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

Origin Pool Use TLS Use Server Verification

Section titled “Origin Pool Use TLS Use Server Verification”

An use_server_verification block (within origin_pool.use_tls) supports the following:

• trusted_ca - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Trusted CA below.

• trusted_ca_url - Optional String
Upload a Root CA Certificate specifically for this Origin Pool for verification of server’s certificate

Origin Pool Use TLS Use Server Verification Trusted CA

Section titled “Origin Pool Use TLS Use Server Verification Trusted CA”

Deeply nested CA block collapsed for readability.

A volterra_trusted_ca block (within origin_pool.use_tls) supports the following:

An other_settings block supports the following:

• add_location - Optional Bool
Add Location. X-example: true Appends header x-F5 Distributed Cloud-location = <RE-site-name> in responses

• header_options - Optional Block
Defines various OPTIONS related to request/response headers
See Header Options below.

• logging_options - Optional Block
Defines various OPTIONS related to logging
See Logging Options below.

A header_options block (within other_settings) supports the following:

• request_headers_to_add - Optional Block
Headers are key-value pairs to be added to HTTP request being routed towards upstream. Headers specified at this level are applied after headers from matched Route are applied
See Request Headers To Add below.

• request_headers_to_remove - Optional List
List of keys of Headers to be removed from the HTTP request being sent towards upstream

• response_headers_to_add - Optional Block
Headers are key-value pairs to be added to HTTP response being sent towards downstream. Headers specified at this level are applied after headers from matched Route are applied
See Response Headers To Add below.

• response_headers_to_remove - Optional List
List of keys of Headers to be removed from the HTTP response being sent towards downstream

Other Settings Header Options Request Headers To Add

Section titled “Other Settings Header Options Request Headers To Add”

Deeply nested Add block collapsed for readability.

Other Settings Header Options Request Headers To Add Secret Value

Section titled “Other Settings Header Options Request Headers To Add Secret Value”

Deeply nested Value block collapsed for readability.

Other Settings Header Options Request Headers To Add Secret Value Blindfold Secret Info

Section titled “Other Settings Header Options Request Headers To Add Secret Value Blindfold Secret Info”

Deeply nested Info block collapsed for readability.

Other Settings Header Options Request Headers To Add Secret Value Clear Secret Info

Section titled “Other Settings Header Options Request Headers To Add Secret Value Clear Secret Info”

Deeply nested Info block collapsed for readability.

Other Settings Header Options Response Headers To Add

Section titled “Other Settings Header Options Response Headers To Add”

Deeply nested Add block collapsed for readability.

Other Settings Header Options Response Headers To Add Secret Value

Section titled “Other Settings Header Options Response Headers To Add Secret Value”

Deeply nested Value block collapsed for readability.

Other Settings Header Options Response Headers To Add Secret Value Blindfold Secret Info

Section titled “Other Settings Header Options Response Headers To Add Secret Value Blindfold Secret Info”

Deeply nested Info block collapsed for readability.

Other Settings Header Options Response Headers To Add Secret Value Clear Secret Info

Section titled “Other Settings Header Options Response Headers To Add Secret Value Clear Secret Info”

Deeply nested Info block collapsed for readability.

A logging_options block (within other_settings) supports the following:

• client_log_options - Optional Block
Headers to Log. List of headers to Log
See Client Log Options below.

• origin_log_options - Optional Block
Configuration parameter for origin log options
See Origin Log Options below.

Other Settings Logging Options Client Log Options

Section titled “Other Settings Logging Options Client Log Options”

A client_log_options block (within other_settings.logging_options) supports the following:

• header_list - Optional List
Headers. List of headers

Other Settings Logging Options Origin Log Options

Section titled “Other Settings Logging Options Origin Log Options”

An origin_log_options block (within other_settings.logging_options) supports the following:

• header_list - Optional List
Headers. List of headers

A policy_based_challenge block supports the following:

• always_enable_captcha_challenge - Optional Object
Configuration parameter for always enable captcha challenge

• always_enable_js_challenge - Optional Object
Configuration parameter for always enable js challenge

• captcha_challenge_parameters - Optional Block
Enables loadbalancer to perform captcha challenge Captcha challenge will be based on Google Recaptcha. With this feature enabled, only clients that pass the captcha challenge will be allowed to complete the HTTP request. When loadbalancer is configured to do Captcha Challenge, it will redirect
See Captcha Challenge Parameters below.

• default_captcha_challenge_parameters - Optional Object
Configuration parameter for default captcha challenge parameters

• default_js_challenge_parameters - Optional Object
Configuration parameter for default js challenge parameters

• default_mitigation_settings - Optional Object
Enable this option

• default_temporary_blocking_parameters - Optional Object
Enable this option

• js_challenge_parameters - Optional Block
Enables loadbalancer to perform client browser compatibility test by redirecting to a page with JavaScript. With this feature enabled, only clients that are capable of executing JavaScript(mostly browsers) will be allowed to complete the HTTP request. When loadbalancer is configured to do
See Js Challenge Parameters below.

• malicious_user_mitigation - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Malicious User Mitigation below.

• no_challenge - Optional Object
Configuration parameter for no challenge

• rule_list - Optional Block
List of challenge rules to be used in policy based challenge
See Rule List below.

• temporary_user_blocking - Optional Block
Specifies configuration for temporary user blocking resulting from user behavior analysis. When Malicious User Mitigation is enabled from service policy rules, users’ accessing the application will be analyzed for malicious activity and the configured mitigation actions will be taken on
See Temporary User Blocking below.

Policy Based Challenge Always Enable Captcha Challenge

Section titled “Policy Based Challenge Always Enable Captcha Challenge”

An always_enable_captcha_challenge block (within policy_based_challenge) supports the following:

Policy Based Challenge Always Enable Js Challenge

Section titled “Policy Based Challenge Always Enable Js Challenge”

An always_enable_js_challenge block (within policy_based_challenge) supports the following:

Policy Based Challenge Captcha Challenge Parameters

Section titled “Policy Based Challenge Captcha Challenge Parameters”

A captcha_challenge_parameters block (within policy_based_challenge) supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

Policy Based Challenge Default Captcha Challenge Parameters

Section titled “Policy Based Challenge Default Captcha Challenge Parameters”

A default_captcha_challenge_parameters block (within policy_based_challenge) supports the following:

Policy Based Challenge Default Js Challenge Parameters

Section titled “Policy Based Challenge Default Js Challenge Parameters”

A default_js_challenge_parameters block (within policy_based_challenge) supports the following:

Policy Based Challenge Default Mitigation Settings

Section titled “Policy Based Challenge Default Mitigation Settings”

A default_mitigation_settings block (within policy_based_challenge) supports the following:

Policy Based Challenge Default Temporary Blocking Parameters

Section titled “Policy Based Challenge Default Temporary Blocking Parameters”

A default_temporary_blocking_parameters block (within policy_based_challenge) supports the following:

Policy Based Challenge Js Challenge Parameters

Section titled “Policy Based Challenge Js Challenge Parameters”

A js_challenge_parameters block (within policy_based_challenge) supports the following:

• cookie_expiry - Optional Number
Cookie expiration period, in seconds. An expired cookie causes the loadbalancer to issue a new challenge

• custom_page - Optional String
Custom message is of type uri_ref. Currently supported URL schemes is string:///. For string:/// scheme, message needs to be encoded in Base64 format

• js_script_delay - Optional Number
Delay introduced by JavaScript, in milliseconds

Policy Based Challenge Malicious User Mitigation

Section titled “Policy Based Challenge Malicious User Mitigation”

A malicious_user_mitigation block (within policy_based_challenge) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A no_challenge block (within policy_based_challenge) supports the following:

A rule_list block (within policy_based_challenge) supports the following:

• rules - Optional Block
Rules that specify the match conditions and challenge type to be launched. When a challenge type is selected to be always enabled, these rules can be used to disable challenge or launch a different challenge for requests that match the specified conditions
See Rules below.

A rules block (within policy_based_challenge.rule_list) supports the following:

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• spec - Optional Block
Challenge Rule consists of an unordered list of predicates and an action. The predicates are evaluated against a set of input fields that are extracted from or derived from an L7 request API. A request API is considered to match the rule if all predicates in the rule evaluate to true for that
See Spec below.

Policy Based Challenge Rule List Rules Metadata

Section titled “Policy Based Challenge Rule List Rules Metadata”

A metadata block (within policy_based_challenge.rule_list.rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Policy Based Challenge Rule List Rules Spec

Section titled “Policy Based Challenge Rule List Rules Spec”

A spec block (within policy_based_challenge.rule_list.rules) supports the following:

• any_asn - Optional Object
Enable this option

• any_client - Optional Object
Enable this option

• any_ip - Optional Object
Enable this option

• arg_matchers - Optional Block
List of predicates for all POST args that need to be matched. The criteria for matching each arg are described in individual instances of ArgMatcherType. The actual arg values are extracted from the request API as a list of strings for each arg selector name
See Arg Matchers below.

• asn_list - Optional Block
Unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create allow or deny lists for use in network policy or service policy. It can be used to create the allow list only for DNS Load Balancer
See Asn List below.

• asn_matcher - Optional Block
Match any AS number contained in the list of bgp_asn_sets
See Asn Matcher below.

• body_matcher - Optional Block
Matcher specifies multiple criteria for matching an input string. The match is considered successful if any of the criteria are satisfied. The set of supported match criteria includes a list of exact values and a list of regular expressions
See Body Matcher below.

• client_selector - Optional Block
Type can be used to establish a ‘selector reference’ from one object(called selector) to a set of other objects(called selectees) based on the value of expressions. A label selector is a label query over a set of resources. An empty label selector matches all objects
See Client Selector below.

• cookie_matchers - Optional Block
List of predicates for all cookies that need to be matched. The criteria for matching each cookie is described in individual instances of CookieMatcherType. The actual cookie values are extracted from the request API as a list of strings for each cookie name
See Cookie Matchers below.

• disable_challenge - Optional Object
Configuration parameter for disable challenge

• domain_matcher - Optional Block
Matcher specifies multiple criteria for matching an input string. The match is considered successful if any of the criteria are satisfied. The set of supported match criteria includes a list of exact values and a list of regular expressions
See Domain Matcher below.

• enable_captcha_challenge - Optional Object
Configuration parameter for enable captcha challenge

• enable_javascript_challenge - Optional Object
Enable this option

• expiration_timestamp - Optional String
Specifies expiration_timestamp the RFC 3339 format timestamp at which the containing rule is considered to be logically expired. The rule continues to exist in the configuration but is not applied anymore

• headers - Optional Block
List of predicates for various HTTP headers that need to match. The criteria for matching each HTTP header are described in individual HeaderMatcherType instances. The actual HTTP header values are extracted from the request API as a list of strings for each HTTP header type
See Headers below.

• http_method - Optional Block
HTTP method matcher specifies a list of methods to match an input HTTP method. The match is considered successful if the input method is a member of the list. The result of the match based on the method list is inverted if invert_matcher is true
See HTTP Method below.

• ip_matcher - Optional Block
Match any IP prefix contained in the list of ip_prefix_sets. The result of the match is inverted if invert_matcher is true
See IP Matcher below.

• ip_prefix_list - Optional Block
List of IP Prefix strings to match against
See IP Prefix List below.

• path - Optional Block
Path matcher specifies multiple criteria for matching an HTTP path string. The match is considered successful if any of the criteria are satisfied. The set of supported match criteria includes a list of path prefixes, a list of exact path values and a list of regular expressions
See Path below.

• query_params - Optional Block
List of predicates for all query parameters that need to be matched. The criteria for matching each query parameter are described in individual instances of QueryParameterMatcherType. The actual query parameter values are extracted from the request API as a list of strings for each query
See Query Params below.

• tls_fingerprint_matcher - Optional Block
TLS fingerprint matcher specifies multiple criteria for matching a TLS fingerprint. The set of supported positive match criteria includes a list of known classes of TLS fingerprints and a list of exact values. The match is considered successful if either of these positive criteria are satisfied
See TLS Fingerprint Matcher below.

Policy Based Challenge Rule List Rules Spec Any Asn

Section titled “Policy Based Challenge Rule List Rules Spec Any Asn”

Deeply nested Asn block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Any Client

Section titled “Policy Based Challenge Rule List Rules Spec Any Client”

Deeply nested Client block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Any IP

Section titled “Policy Based Challenge Rule List Rules Spec Any IP”

Deeply nested IP block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Arg Matchers

Section titled “Policy Based Challenge Rule List Rules Spec Arg Matchers”

Deeply nested Matchers block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Arg Matchers Check Not Present

Section titled “Policy Based Challenge Rule List Rules Spec Arg Matchers Check Not Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Arg Matchers Check Present

Section titled “Policy Based Challenge Rule List Rules Spec Arg Matchers Check Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Arg Matchers Item

Section titled “Policy Based Challenge Rule List Rules Spec Arg Matchers Item”

Deeply nested Item block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Asn List

Section titled “Policy Based Challenge Rule List Rules Spec Asn List”

Deeply nested List block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Asn Matcher

Section titled “Policy Based Challenge Rule List Rules Spec Asn Matcher”

Deeply nested Matcher block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Asn Matcher Asn Sets

Section titled “Policy Based Challenge Rule List Rules Spec Asn Matcher Asn Sets”

Deeply nested Sets block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Body Matcher

Section titled “Policy Based Challenge Rule List Rules Spec Body Matcher”

Deeply nested Matcher block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Client Selector

Section titled “Policy Based Challenge Rule List Rules Spec Client Selector”

Deeply nested Selector block collapsed for readability.

Section titled “Policy Based Challenge Rule List Rules Spec Cookie Matchers”

Deeply nested Matchers block collapsed for readability.

Section titled “Policy Based Challenge Rule List Rules Spec Cookie Matchers Check Not Present”

Deeply nested Present block collapsed for readability.

Section titled “Policy Based Challenge Rule List Rules Spec Cookie Matchers Check Present”

Deeply nested Present block collapsed for readability.

Section titled “Policy Based Challenge Rule List Rules Spec Cookie Matchers Item”

Deeply nested Item block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Disable Challenge

Section titled “Policy Based Challenge Rule List Rules Spec Disable Challenge”

Deeply nested Challenge block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Domain Matcher

Section titled “Policy Based Challenge Rule List Rules Spec Domain Matcher”

Deeply nested Matcher block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Enable Captcha Challenge

Section titled “Policy Based Challenge Rule List Rules Spec Enable Captcha Challenge”

Deeply nested Challenge block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Enable JavaScript Challenge

Section titled “Policy Based Challenge Rule List Rules Spec Enable JavaScript Challenge”

Deeply nested Challenge block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Headers

Section titled “Policy Based Challenge Rule List Rules Spec Headers”

Deeply nested Headers block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Headers Check Not Present

Section titled “Policy Based Challenge Rule List Rules Spec Headers Check Not Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Headers Check Present

Section titled “Policy Based Challenge Rule List Rules Spec Headers Check Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Headers Item

Section titled “Policy Based Challenge Rule List Rules Spec Headers Item”

Deeply nested Item block collapsed for readability.

Policy Based Challenge Rule List Rules Spec HTTP Method

Section titled “Policy Based Challenge Rule List Rules Spec HTTP Method”

Deeply nested Method block collapsed for readability.

Policy Based Challenge Rule List Rules Spec IP Matcher

Section titled “Policy Based Challenge Rule List Rules Spec IP Matcher”

Deeply nested Matcher block collapsed for readability.

Policy Based Challenge Rule List Rules Spec IP Matcher Prefix Sets

Section titled “Policy Based Challenge Rule List Rules Spec IP Matcher Prefix Sets”

Deeply nested Sets block collapsed for readability.

Policy Based Challenge Rule List Rules Spec IP Prefix List

Section titled “Policy Based Challenge Rule List Rules Spec IP Prefix List”

Deeply nested List block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Path

Section titled “Policy Based Challenge Rule List Rules Spec Path”

Deeply nested Path block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Query Params

Section titled “Policy Based Challenge Rule List Rules Spec Query Params”

Deeply nested Params block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Query Params Check Not Present

Section titled “Policy Based Challenge Rule List Rules Spec Query Params Check Not Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Query Params Check Present

Section titled “Policy Based Challenge Rule List Rules Spec Query Params Check Present”

Deeply nested Present block collapsed for readability.

Policy Based Challenge Rule List Rules Spec Query Params Item

Section titled “Policy Based Challenge Rule List Rules Spec Query Params Item”

Deeply nested Item block collapsed for readability.

Policy Based Challenge Rule List Rules Spec TLS Fingerprint Matcher

Section titled “Policy Based Challenge Rule List Rules Spec TLS Fingerprint Matcher”

Deeply nested Matcher block collapsed for readability.

Policy Based Challenge Temporary User Blocking

Section titled “Policy Based Challenge Temporary User Blocking”

A temporary_user_blocking block (within policy_based_challenge) supports the following:

• custom_page - Optional String
Custom message is of type . Currently supported URL schemes is . For scheme, message needs to be encoded in Base64 format. You can specify this message as base64 encoded plain text message e.g. ‘Blocked.’ or it can be HTML paragraph or a body string encoded as base64 string E.g. ‘<p> Blocked

A protected_cookies block supports the following:

• add_httponly - Optional Object
Configuration parameter for add httponly

• add_secure - Optional Object
Enable this option

• disable_tampering_protection - Optional Object
Configuration parameter for disable tampering protection

• enable_tampering_protection - Optional Object
Configuration parameter for enable tampering protection

• ignore_httponly - Optional Object
Configuration parameter for ignore httponly

• ignore_max_age - Optional Object
Configuration parameter for ignore max age

• ignore_samesite - Optional Object
Enable this option

• ignore_secure - Optional Object
Enable this option

• max_age_value - Optional Number
Add max age attribute

• name - Optional String
Cookie Name. Name of the Cookie

• samesite_lax - Optional Object
Enable this option

• samesite_none - Optional Object
Enable this option

• samesite_strict - Optional Object
Enable this option

An add_httponly block (within protected_cookies) supports the following:

An add_secure block (within protected_cookies) supports the following:

Protected Cookies Disable Tampering Protection

Section titled “Protected Cookies Disable Tampering Protection”

A disable_tampering_protection block (within protected_cookies) supports the following:

Protected Cookies Enable Tampering Protection

Section titled “Protected Cookies Enable Tampering Protection”

An enable_tampering_protection block (within protected_cookies) supports the following:

An ignore_httponly block (within protected_cookies) supports the following:

An ignore_max_age block (within protected_cookies) supports the following:

An ignore_samesite block (within protected_cookies) supports the following:

An ignore_secure block (within protected_cookies) supports the following:

A samesite_lax block (within protected_cookies) supports the following:

A samesite_none block (within protected_cookies) supports the following:

A samesite_strict block (within protected_cookies) supports the following:

A rate_limit block supports the following:

• custom_ip_allowed_list - Optional Block
IP Allowed list using existing ip_prefix_set objects
See Custom IP Allowed List below.

• ip_allowed_list - Optional Block
List of IPv4 prefixes that represent an endpoint
See IP Allowed List below.

• no_ip_allowed_list - Optional Object Defaults to map[]
Enable this option. Server applies default when omitted

• no_policies - Optional Object Defaults to map[]
Configuration parameter for no policies. Server applies default when omitted

• policies - Optional Block
List of rate limiter policies to be applied
See Policies below.

• rate_limiter - Optional Block
Tuple consisting of a rate limit period unit and the total number of allowed requests for that period
See Rate Limiter below.

A custom_ip_allowed_list block (within rate_limit) supports the following:

• rate_limiter_allowed_prefixes - Optional Block
References to ip_prefix_set objects. Requests from source IP addresses that are covered by one of the allowed IP Prefixes are not subjected to rate limiting
See Rate Limiter Allowed Prefixes below.

Rate Limit Custom IP Allowed List Rate Limiter Allowed Prefixes

Section titled “Rate Limit Custom IP Allowed List Rate Limiter Allowed Prefixes”

Deeply nested Prefixes block collapsed for readability.

An ip_allowed_list block (within rate_limit) supports the following:

• prefixes - Optional List
List of IPv4 prefixes that represent an endpoint

A no_ip_allowed_list block (within rate_limit) supports the following:

A no_policies block (within rate_limit) supports the following:

A policies block (within rate_limit) supports the following:

• policies - Optional Block
Rate Limiter Policies. Ordered list of rate limiter policies
See Policies below.

A policies block (within rate_limit.policies) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A rate_limiter block (within rate_limit) supports the following:

• action_block - Optional Block
Action where a user is blocked from making further requests after exceeding rate limit threshold
See Action Block below.

• burst_multiplier - Optional Number
The maximum burst of requests to accommodate, expressed as a multiple of the rate

• disabled - Optional Object
Enable this option

• leaky_bucket - Optional Object
Leaky-Bucket is the default rate limiter algorithm for F5

• period_multiplier - Optional Number
Setting, combined with Per Period units, provides a duration. Server applies default when omitted

• token_bucket - Optional Object
Token-Bucket is a rate limiter algorithm that is stricter with enforcing limits

• total_number - Optional Number
The total number of allowed requests per rate-limiting period

• unit - Optional String Defaults to SECOND
Possible values are SECOND, MINUTE, HOUR
[Enum: SECOND|MINUTE|HOUR] Unit for the period per which the rate limit is applied. - SECOND: Second Rate limit period unit is seconds - MINUTE: Minute Rate limit period unit is minutes - HOUR: Hour Rate limit period unit is hours - DAY: Day Rate limit period unit is days

An action_block block (within rate_limit.rate_limiter) supports the following:

• hours - Optional Block
Hours. Input Duration Hours
See Hours below.

• minutes - Optional Block
Minutes. Input Duration Minutes
See Minutes below.

• seconds - Optional Block
Seconds. Input Duration Seconds
See Seconds below.

Rate Limit Rate Limiter Action Block Hours

Section titled “Rate Limit Rate Limiter Action Block Hours”

A hours block (within rate_limit.rate_limiter.action_block) supports the following:

• duration - Optional Number
Duration. Configuration parameter for duration

Rate Limit Rate Limiter Action Block Minutes

Section titled “Rate Limit Rate Limiter Action Block Minutes”

A minutes block (within rate_limit.rate_limiter.action_block) supports the following:

• duration - Optional Number
Duration. Configuration parameter for duration

Rate Limit Rate Limiter Action Block Seconds

Section titled “Rate Limit Rate Limiter Action Block Seconds”

A seconds block (within rate_limit.rate_limiter.action_block) supports the following:

• duration - Optional Number
Duration. Configuration parameter for duration

A disabled block (within rate_limit.rate_limiter) supports the following:

A leaky_bucket block (within rate_limit.rate_limiter) supports the following:

A token_bucket block (within rate_limit.rate_limiter) supports the following:

A sensitive_data_policy block supports the following:

• sensitive_data_policy_ref - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See Sensitive Data Policy Ref below.

Sensitive Data Policy Sensitive Data Policy Ref

Section titled “Sensitive Data Policy Sensitive Data Policy Ref”

A sensitive_data_policy_ref block (within sensitive_data_policy) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A service_policies_from_namespace block supports the following:

A slow_ddos_mitigation block supports the following:

• disable_request_timeout - Optional Object
Configuration parameter for disable request timeout

• request_headers_timeout - Optional Number Defaults to 10000
The amount of time the client has to send only the headers on the request stream before the stream is cancelled. The milliseconds. This setting provides protection against Slowloris attacks

• request_timeout - Optional Number

Slow DDOS Mitigation Disable Request Timeout

Section titled “Slow DDOS Mitigation Disable Request Timeout”

A disable_request_timeout block (within slow_ddos_mitigation) supports the following:

A system_default_timeouts block supports the following:

A timeouts block supports the following:

• create - Optional String (Defaults to 10 minutes)
Used when creating the resource

• delete - Optional String (Defaults to 10 minutes)
Used when deleting the resource

• read - Optional String (Defaults to 5 minutes)
Used when retrieving the resource

• update - Optional String (Defaults to 10 minutes)
Used when updating the resource

A trusted_clients block supports the following:

• actions - Optional List Defaults to SKIP_PROCESSING_WAF
Possible values are SKIP_PROCESSING_WAF, SKIP_PROCESSING_BOT, SKIP_PROCESSING_MUM, SKIP_PROCESSING_IP_REPUTATION, SKIP_PROCESSING_API_PROTECTION, SKIP_PROCESSING_OAS_VALIDATION, SKIP_PROCESSING_DDOS_PROTECTION, SKIP_PROCESSING_THREAT_MESH, SKIP_PROCESSING_MALWARE_PROTECTION
[Enum: SKIP_PROCESSING_WAF|SKIP_PROCESSING_BOT|SKIP_PROCESSING_MUM|SKIP_PROCESSING_IP_REPUTATION|SKIP_PROCESSING_API_PROTECTION|SKIP_PROCESSING_OAS_VALIDATION|SKIP_PROCESSING_DDOS_PROTECTION|SKIP_PROCESSING_THREAT_MESH|SKIP_PROCESSING_MALWARE_PROTECTION] Actions that should be taken when client identifier matches the rule

• as_number - Optional Number
RFC 6793 defined 4-byte AS number

• bot_skip_processing - Optional Object
Enable this option

• expiration_timestamp - Optional String
Specifies expiration_timestamp the RFC 3339 format timestamp at which the containing rule is considered to be logically expired. The rule continues to exist in the configuration but is not applied anymore

• http_header - Optional Block
Configuration parameter for HTTP header
See HTTP Header below.

• ip_prefix - Optional String
IPv4 prefix string

• ipv6_prefix - Optional String
IPv6 prefix string

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• skip_processing - Optional Object
Enable this option

• user_identifier - Optional String
Identify user based on user identifier. User identifier value needs to be copied from security event

• waf_skip_processing - Optional Object
Enable this option

A bot_skip_processing block (within trusted_clients) supports the following:

A http_header block (within trusted_clients) supports the following:

• headers - Optional Block
List of HTTP header name and value pairs
See Headers below.

A headers block (within trusted_clients.http_header) supports the following:

• exact - Optional String
Header value to match exactly

• invert_match - Optional Bool
Invert the result of the match to detect missing header or non-matching value

• name - Optional String
Name. Name of the header

• presence - Optional Bool
If true, check for presence of header

• regex - Optional String
Regex match of the header value in re2 format

A metadata block (within trusted_clients) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A skip_processing block (within trusted_clients) supports the following:

A waf_skip_processing block (within trusted_clients) supports the following:

An user_id_client_ip block supports the following:

An user_identification block supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant

A waf_exclusion block supports the following:

• waf_exclusion_inline_rules - Optional Block
List of WAF exclusion rules that will be applied inline
See WAF Exclusion Inline Rules below.

• waf_exclusion_policy - Optional Block
Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
See WAF Exclusion Policy below.

A waf_exclusion_inline_rules block (within waf_exclusion) supports the following:

• rules - Optional Block
Ordered list of WAF Exclusions specific to this Load Balancer
See Rules below.

WAF Exclusion WAF Exclusion Inline Rules Rules

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules”

A rules block (within waf_exclusion.waf_exclusion_inline_rules) supports the following:

• any_domain - Optional Object
Enable this option

• any_path - Optional Object
Enable this option

• app_firewall_detection_control - Optional Block
Define the list of Signature IDs, Violations, Attack Types and Bot Names that should be excluded from triggering on the defined match criteria
See App Firewall Detection Control below.

• exact_value - Optional String
Exact domain name

• expiration_timestamp - Optional String
Specifies expiration_timestamp the RFC 3339 format timestamp at which the containing rule is considered to be logically expired. The rule continues to exist in the configuration but is not applied anymore

• metadata - Optional Block
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create
See Metadata below.

• methods - Optional List Defaults to ANY
See HTTP Methods
Methods. Methods to be matched

• path_prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

• path_regex - Optional String
Define the regex for the path. For example, the regex ^/.*$ will match on all paths

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

• waf_skip_processing - Optional Object
Enable this option

WAF Exclusion WAF Exclusion Inline Rules Rules Any Domain

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules Any Domain”

Deeply nested Domain block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules Any Path

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules Any Path”

Deeply nested Path block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control”

Deeply nested Control block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Attack Type Contexts

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Attack Type Contexts”

Deeply nested Contexts block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Bot Name Contexts

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Bot Name Contexts”

Deeply nested Contexts block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Signature Contexts

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Signature Contexts”

Deeply nested Contexts block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Violation Contexts

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules App Firewall Detection Control Exclude Violation Contexts”

Deeply nested Contexts block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules Metadata

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules Metadata”

Deeply nested Metadata block collapsed for readability.

WAF Exclusion WAF Exclusion Inline Rules Rules WAF Skip Processing

Section titled “WAF Exclusion WAF Exclusion Inline Rules Rules WAF Skip Processing”

Deeply nested Processing block collapsed for readability.

A waf_exclusion_policy block (within waf_exclusion) supports the following:

• name - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object’s(e.g. Route’s) name

• namespace - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object’s(e.g. Route’s) namespace

• tenant - Optional String
When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object’s(e.g. Route’s) tenant


The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.

Object Reference {#common-object-reference}

Section titled “Object Reference {#common-object-reference}”

Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format tenant/namespace/name.

FieldTypeDescription
nameStringName of the referenced object
namespaceStringNamespace containing the referenced object
tenantStringTenant of the referenced object (system-managed)

Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.

ValueDescription
LOWER_CASEConvert to lowercase
UPPER_CASEConvert to uppercase
BASE64_DECODEDecodebase64 content
NORMALIZE_PATHNormalize URL path
REMOVE_WHITESPACERemove whitespace characters
URL_DECODEDecode URL-encoded characters
TRIM_LEFTTrim leading whitespace
TRIM_RIGHTTrim trailing whitespace
TRIMTrim both leading and trailing whitespace

HTTP methods used for request matching.

ValueDescription
ANYMatch any HTTP method
GETHTTP GET request
HEADHTTP HEAD request
POSTHTTP POST request
PUTHTTP PUT request
DELETEHTTP DELETE request
CONNECTHTTP CONNECT request
OPTIONSHTTP OPTIONS request
TRACEHTTP TRACE request
PATCHHTTP PATCH request
COPYHTTP COPY request (WebDAV)

TLS Fingerprints {#common-tls-fingerprints}

Section titled “TLS Fingerprints {#common-tls-fingerprints}”

TLS fingerprint categories for malicious client detection.

ValueDescription
TLS_FINGERPRINT_NONENo fingerprint matching
ANY_MALICIOUS_FINGERPRINTMatch any known malicious fingerprint
ADWAREAdware-associated fingerprints
DRIDEXDridex malware fingerprints
GOOTKITGootkit malware fingerprints
RANSOMWARERansomware-associated fingerprints
TRICKBOTTrickbot malware fingerprints

IP Threat Categories {#common-ip-threat-categories}

Section titled “IP Threat Categories {#common-ip-threat-categories}”

IP address threat categories for security filtering.

ValueDescription
SPAM_SOURCESKnown spam sources
WINDOWS_EXPLOITSWindows exploit sources
WEB_ATTACKSWeb attack sources
BOTNETSKnown botnet IPs
SCANNERSNetwork scanner IPs
REPUTATIONPoor reputation IPs
PHISHINGPhishing-related IPs
PROXYAnonymous proxy IPs
MOBILE_THREATSMobile threat sources
TOR_PROXYTor exit nodes
DENIAL_OF_SERVICEDoS attack sources
NETWORKKnown bad network ranges

Import is supported using the following syntax:

Terminal window
# Import using namespace/name format
terraform import xcsh_cdn_loadbalancer.example system/example