download_complete_marker
Version: v2025-01-13 | 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.
Related 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.
Note: There are no options for this behavior. Placing it in the
behavior
block without options enables it.
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 {
}
}
}
}
"behaviors": [
{
"name": "downloadCompleteMarker",
"options": {
}
}
]
Updated about 2 hours ago