| Version: v2023-09-20 | 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
behaviorblock without options enables it.
data "akamai_property_rules_builder" "download_complete_marker" {
  rules_v2023_09_20 {
    name     = "Download Complete Marker"
    comments = "Allows secure distribution of firmware to devices over cellular networks."
    behavior {
      download_complete_marker {
      }
    }
  }
}
"behaviors": [
  {
    "name": "downloadCompleteMarker",
    "options": {
    }
  }
]
