GuideReference
TrainingSupportCommunity
Guide

Bot endpoint coverage report

akamai_botman_bot_endpoint_coverage_report

Returns your bot transactional endpoint coverage reports. These reports relay information about the Bot Manager protections applied to your API resources.

Example

data "akamai_botman_bot_endpoint_coverage_report" "coverage_reports" {
}

output "coverage_reports_json" {
  value = data.akamai_botman_bot_endpoint_coverage.coverage_reports.json
}

data "akamai_botman_bot_endpoint_coverage_report" "coverage_reports" {
  operation_id = "e0f89bb0-77d5-46f7-979d-e204e6fdc5a5"
}

output "coverage_reports_json" {
  value = data.akamai_botman_bot_endpoint_coverage.coverage_reports.json
}

data "akamai_botman_bot_endpoint_coverage_report" "coverage_reports" {
  config_id  =  data.akamai_appsec_configuration.configuration.config_id
}

output "coverage_reports_json" {
  value = data.akamai_botman_bot_endpoint_coverage.coverage_reports.json
}

data "akamai_botman_bot_endpoint_coverage_report" "coverage_reports" {
  config_id    = data.akamai_appsec_configuration.configuration.config_id
  operation_id = "e0f89bb0-77d5-46f7-979d-e204e6fdc5a5"
}

output "coverage_reports_json" {
  value = data.akamai_botman_bot_endpoint_coverage.coverage_reports.json
}

Argument reference

This resource supports the following arguments:

  • config_id (Optional). Unique identifier of the security configuration associated with the coverage reports you want to return.
  • operation_id (Optional). Unique identifier of the API operation to be returned. If omitted, information is returned for all your API operations.

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 endpoint coverage reports.