Analytics cookie value

akamai_botman_bot_analytics_cookie_value

Returns information about the bots assigned to your bot analytics cookie value.

Scopes: Universal (all bot analytic cookie values)

Example

terraform {
  required_providers {
    akamai = {
      source = "akamai/akamai"
    }
  }
}

provider "akamai" {
  edgerc = "~/.edgerc"
}

data "akamai_botman_bot_analytics_cookie_value" "analytics_cookie_values" {
}

output "analytics_cookie_values_json" {
  value = data.akamai_botman_bot_analytics_cookie_value.analytics_cookie_values.json
}

Argument reference

This data source doesn’t accept any arguments.

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 the IDs of all the bots associated with the analytics cookie.