Challenge interception rules

akamai_botman_challenge_interception_rules

🚧

Deprecated

Hello. Just a note to let you know that this data source is deprecated with a scheduled end-of-life in v9.1 of our provider. We've renamed this data source and moved its functionality to challenge injection rules.

Returns information about the challenge interception rules available in the specified security configuration. Challenge interception rules help ensure that challenge actions work with AJAX (Asynchronous JavaScript and XML) requests.

Example

data "akamai_botman_challenge_interception_rules" "interception_rules" {
  config_id = data.akamai_appsec_configuration.configuration.config_id
}

output "interception_rules_json" {
  value = data.akamai_botman_challenge_interception_rules.interception_rules.json
}

Arguments

This resource supports the following arguments:

  • config_id (Required). Unique identifier of the security configuration associated with the challenge interception rules.

Output options

The following options can be used to determine the information returned and how that returned information is formatted:

  • json. JSON-formatted output containing information about your challenge interception rules.