http://api.iotwireless.{region}.amazonaws.com/fuota-tasks/{Id}Updates properties of a FUOTA task.
The name of a FUOTA task.
The LoRaWAN information used with a FUOTA task.
The description of the new resource.
The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.
The percentage of added redundant fragments. For example, if firmware file is 100 bytes and fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.
The firmware update role that is to be used with a FUOTA task.
The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second. Note that this interval only controls the timing when the cloud sends the fragments down. The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://api.iotwireless.{region}.amazonaws.com/fuota-tasks/{Id}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://api.iotwireless.{region}.amazonaws.com/fuota-tasks/{Id}Updates properties of a FUOTA task.
The name of a FUOTA task.
The LoRaWAN information used with a FUOTA task.
The description of the new resource.
The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.
The percentage of added redundant fragments. For example, if firmware file is 100 bytes and fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.
The firmware update role that is to be used with a FUOTA task.
The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second. Note that this interval only controls the timing when the cloud sends the fragments down. The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://api.iotwireless.{region}.amazonaws.com/fuota-tasks/{Id}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}