GuideReference
TrainingSupportCommunity
Guide

Challenge interception rules

akamai_botman_challenge_interception_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.

Scopes: Security configuration

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
}

Argument reference

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.