v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Creates a FUOTA task.

post/fuota-tasks

Request body

Namestring

The name of a FUOTA task.

Descriptionstring

The description of the new resource.

ClientRequestTokenstring

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

FirmwareUpdateImagestring required

The S3 URI points to a firmware update image that is to be used with a FUOTA task.

FirmwareUpdateRolestring required

The firmware update role that is to be used with a FUOTA task.

RedundancyPercentinteger

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.

FragmentSizeBytesinteger

The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.

FragmentIntervalMSinteger

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.

Response

Success

Arnstring

The arn of a FUOTA task.

Idstring

The ID of a FUOTA task.