download_​notification

Version: v2024-10-21Includes 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 behavior block without options enables it.

data "akamai_property_rules_builder" "download_notification" {
  rules_v2024-10-21 {
    name     = "Download Notification"
    comments = "Allows requests to the OTA Updates API for a list of completed downloads."
    behavior {
      download_notification {
      }
    }
  }
}
"behaviors": [
  {
    "name": "downloadNotification",
    "options": {
    }
  }
]