download_​complete_​marker

Version: v2025-02-18Includes 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.
What’s Next Tell your users what they should do after they've finished this page