download_complete_marker
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Download Complete Marker
The Internet of Things: OTA Updates product allows customers to securely distribute firmware to devices over cellular networks. Based on match criteria that executes a rule, this behavior logs requests to the OTA servers as completed in aggregated and individual reports.
See also the download_notification
and request_type_marker
behaviors.
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" "download_complete_marker" {
rules_v2025_02_18 {
name = "Download Complete Marker"
comments = "Allows secure distribution of firmware to devices over cellular networks."
behavior {
download_complete_marker {
enabled = ""
}
}
}
}
"behaviors": [
{
"name": "downloadCompleteMarker",
"options": {
"enabled": ""
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables secure distribution of firmware to devices over cellular networks. Does not require a value.
|
Updated 9 days ago