| Version: v2023-09-20 | Includes use: No | 
|---|
Behavior name: Download Notification
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 allows requests to the OTA Updates API for a list of completed downloads to individual vehicles.
Companion behavior: download_complete_marker.
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_notification" {
  rules_v2023_09_20 {
    name     = "Download Notification"
    comments = "Allows requests to the OTA Updates API for a list of completed downloads."
    behavior {
      download_notification {
      }
    }
  }
}
"behaviors": [
  {
    "name": "downloadNotification",
    "options": {
    }
  }
]
