request_​type_​marker

Version: v2025-01-13Includes use: Yes

Behavior name: Request Type Marker

The Internet of Things: OTA Updates product allows customers to securely distribute firmware to devices over cellular networks.

When using the download_complete_marker behavior to log successful downloads, this related behavior identifies download or campaign server types in aggregated and individual reports.

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" "request_type_marker" {
  rules_v2025_02_18 {
    name     = "Request Type Marker"
    comments = "Identifies download or campaign server types in aggregated and individual reports."
    behavior {
      request_type_marker {
        request_type = "CAMPAIGN_SERVER"
      }
    }
  }
}
"behaviors": [
  {
    "name": "requestTypeMarker",
    "options": {
      "requestType": "CAMPAIGN_SERVER"
    }
  }
]

Options

Option Description
request_type
Specifies the type of request. Value is one of:
  • DOWNLOAD
  • CAMPAIGN_SERVER