download_notification

Version: v2025-02-18Includes 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.

See also the download​_complete​_marker behavior.

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_notification" {
  rules_v2025_02_18 {
    name     = "Download Notification"
    comments = "Allows requests to the OTA Updates API for a list of completed downloads."
    behavior {
      download_notification {
        enabled = ""
      }
    }
  }
}
"behaviors": [
  {
    "name": "downloadNotification",
    "options": {
      "enabled": ""
    }
  }
]

Options

Option Description
enabled
Enables requests to the OTA Updates API. Does not require a value.