v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Gets information about a FUOTA task.

get/fuota-tasks/{Id}

Path parameters

Idstring required

The ID of a FUOTA task.

Response

Success

Arnstring

The arn of a FUOTA task.

Idstring

The ID of a FUOTA task.

Status'Pending' | 'FuotaSession_Waiting' | 'In_FuotaSession' | 'FuotaDone' | 'Delete_Waiting'

The status of a FUOTA task.

Namestring

The name of a FUOTA task.

Descriptionstring

The description of the new resource.

FirmwareUpdateImagestring

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

FirmwareUpdateRolestring

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

CreatedAtstring date-time

Created at timestamp for the resource.

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.