real_time_reporting
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Real-time Reporting
This enables Real-Time Reporting for Akamai Cloud Embed customers. The behavior can only be configured on your behalf by Akamai Professional Services. You can access real-time reports data for that base configuration with Media Delivery Reports API.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "real_time_reporting" {
rules_v2025_02_18 {
name = "Real-time Reporting"
comments = "Enables Real-Time Reporting for Akamai."
behavior {
real_time_reporting {
enabled = false
}
}
}
}
"behaviors": [
{
"name": "realTimeReporting",
"options": {
"enabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables reports on delivery of cloud hosted content at near real-time latencies.
|
advanced |
Enables advanced options.
|
beacon_sampling_percentage |
Specifies the percentage for sampling.
|
Updated about 1 hour ago