Creates a static update batch.
Usage notes
- If you specify that an update package does not need to be verified when you call the CreateOTAFirmware operation, you must make sure that the update package is verified before you call the CreateOTAStaticUpgradeJob operation to create an update batch. For more information about how to create a task to verify an update package, see CreateOTAVerifyJob.
- You can initiate update tasks for a maximum of 200 devices in each call. If you use a device list file, you can initiate update tasks for a maximum of 1,000,000 devices. However, you must call the GenerateDeviceNameListURL operation to generate a URL for the device list file. Then, you can perform the operations as prompted to upload the device list file.
- When you initiate update tasks for multiple devices, the devices that already have the destination firmware versions are skipped.
- Each device can be in the pending or updating status only in one update task. If you initiate another update task for a device that is in the pending or updating status, the update task fails.
- You can create multiple static update batches by using a single update package.
- Downloading update packages through the MQTT protocol is supported only in the China (Shanghai) region.
Limits
Each Alibaba Cloud account can run a maximum of 20 queries per second (QPS).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateOTAStaticUpgradeJob |
The operation that you want to perform. Set the value to CreateOTAStaticUpgradeJob. |
FirmwareId | String | Yes | nx3xxVvFdwvn6dim50PY03**** |
The ID of the update package. An update package ID is returned when you call the CreateOTAFirmware operation to create the update package. You can also call the ListOTAFirmware operation to obtain the ID. |
ProductKey | String | Yes | a1Le6d0**** |
The ProductKey of the product to which the update package belongs. A ProductKey is the unique identifier of a product in IoT Platform. You can view the information about all products within the current Alibaba Cloud account in the IoT Platform console or by calling the QueryProductList operation. |
Tag.N.Key | String | Yes | key1 |
The key of the update batch tag. The key must be 1 to 30 characters in length and can contain letters, digits, and periods (.). You can add up to 10 tags for each update batch. The tags of an update batch are sent to devices when IoT Platform pushes update notifications to these devices. Note Update batch tags are optional. If you want to specify a tag, you must specify the
Tag.N.Value and Tag.N.Key parameters in pair.
|
Tag.N.Value | String | Yes | value1 |
The value of the update batch tag. The value must be 1 to 1,024 characters in length. You can add up to 10 tags for each update batch. The total length of the tag keys and tag values of all update batches cannot exceed 4,096 characters in length. Note Update batch tags are optional. If you want to specify a tag, you must specify the
Tag.N.Value and Tag.N.Key parameters in pair.
|
TargetSelection | String | Yes | ALL |
The scope of the update batch. Valid values:
|
IotInstanceId | String | No | iot-cn-0pp1n8t**** |
The ID of the instance. You can view the ID of an instance on the Overview page in the IoT Platform console. Important
For more information, see Overview. |
SrcVersion.N | RepeatList | No | V1.0.1 |
The list of firmware versions to be updated. Note
|
ScheduleTime | Long | No | 1577808000000 |
The time to start the over-the-air (OTA) update. The scheduled time ranges from 5 minutes to 7 days later than the current time. The value must be a 13-digit timestamp. If you do not specify this parameter, the update immediately starts. |
RetryInterval | Integer | No | 60 |
The automatic retry interval if a device fails to be updated. Unit: minutes. Valid values:
Important The value of the RetryInterval parameter must be less than the value of the TimeoutInMinutes parameter. Examples:
If the value of the RetryInterval parameter is set to 1440, we recommend that you do not specify the TimeoutInMinutes parameter. If an update times out, no retry is performed. If you do not specify this parameter, no retry is performed. |
RetryCount | Integer | No | 1 |
The number of automatic retries. If you specify the RetryInterval parameter, you must specify this parameter. Valid values:
|
TimeoutInMinutes | Integer | No | 1440 |
The timeout period of the update. If the device is not updated within the specified period, a timeout error occurs. Unit: minutes. Valid values: 1 to 1440. Note
If you do not specify this parameter, timeout errors do not occur. |
MaximumPerMinute | Integer | No | 1000 |
The maximum number of devices to which the download URL of the update package is pushed per minute. Valid values: 10 to 10000. Default value: 10000. |
GrayPercent | String | No | 33.33 |
The ratio of the phased update. The value is a percentage in the string format. It can be up to three decimal places. The calculated number of devices is rounded down to the nearest integer. You must specify at least one device for a phased update. For example, if you set the phased update ratio to 33.33 for 100 devices, the number of devices to be updated is 33. You must specify this parameter if you set the TargetSelection parameter to |
TargetDeviceName.N | RepeatList | No | deviceName1 |
The list of device names. Note
|
ScheduleFinishTime | Long | No | 1577909000000 |
The time to end the update. The end time must be 1 hour to 30 days later than the start time that is specified by the ScheduleTime parameter. The value must be a 13-digit timestamp. If you do not specify this parameter, the update is not forcibly ended. |
OverwriteMode | Integer | No | 1 |
Specifies whether to overwrite the previous update task. Default value: 1. Valid values:
Note The update task that is in progress is not overwritten.
|
DnListFileUrl | String | No | https://iotx-ota.oss-cn-shanghai.aliyuncs.com/ota/65dfcda0473be29836dfde585472****/ck2nfzljo00023g7kysg0****.bin |
The URL of the device list file that is used to perform a specific update. Note
|
NeedPush | Boolean | No | true |
Specifies whether to automatically push update tasks from IoT Platform to devices. Default value: true. Valid values:
|
NeedConfirm | Boolean | No | false |
Specifies whether to control the update by using a mobile app. You must develop the mobile app as needed. Default false: true. Valid values:
|
GroupId | String | No | CtjzCkNuOx*** |
The ID of the group. If you set the TargetSelection parameter to You can call the QueryDeviceGroupList operation to query the GroupId parameter. |
GroupType | String | No | LINK_PLATFORM |
The type of the group. Valid value: LINK_PLATFORM. If you set the TargetSelection parameter to |
DownloadProtocol | String | No | HTTPS |
The download protocol of the update package. Valid values: HTTPS and MQTT. Default value: HTTPS. After the device receives the update package information pushed by IoT Platform, this protocol is used to download the update package. Important If you need to download the update package over MQTT, take note of the following items:
|
MultiModuleMode | Boolean | No | false |
Specifies whether the device supports simultaneous updates of multiple modules. Default value: false. Valid values:
Important
For more information, see Overview. |
In addition to the preceding operation-specific request parameters, you must specify common request parameters when you call this operation. For more information, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | String | MissingFirmwareId |
The error code returned if the call fails. For more information, see Error codes. |
Data | Struct |
The update batch information returned if the call is successful. For more information, see Data. |
|
JobId | String | wahVIzGkCMuAUE2gDERM02**** |
The unique identifier of the update batch. |
UtcCreate | String | 2019-11-04T06:22:19.566Z |
The time when the update batch was created. The time is displayed in UTC. |
ErrorMessage | String | FirmwareId is mandatory for this action. |
The error message returned if the call fails. |
RequestId | String | 29EC7245-0FA4-4BB6-B4F5-5F04818FDFB1 |
The ID of the request. |
Success | Boolean | true |
Indicates whether the call was successful. Valid values:
|
Examples
Sample requests
http(s)://iot.cn-shanghai.aliyuncs.com/?Action=CreateOTAStaticUpgradeJob
&FirmwareId=nx3xxVvFdwvn6dim50PY03****
&ProductKey=a1Le6d0****
&Tag.1.Key=key1
&Tag.1.Value=value1
&TargetSelection=ALL
&MaximumPerMinute=1000
&RetryCount=1
&RetryInterval=60
&TimeoutInMinutes=1440
&SrcVersion.1=V1.0.1
&<Common request parameters>
Sample success responses
XML
format
<CreateOTAStaticUpgradeJobResponse>
<Data>
<JobId>wahVIzGkCMuAUE2gDERM02****</JobId>
<UtcCreate>2019-11-04T06:22:19.566Z</UtcCreate>
</Data>
<RequestId>29EC7245-0FA4-4BB6-B4F5-5F04818FDFB1</RequestId>
<Success>true</Success>
</CreateOTAStaticUpgradeJobResponse>
JSON
format
{
"Data": {
"JobId": "wahVIzGkCMuAUE2gDERM02****",
"UtcCreate": "2019-11-04T06:22:19.566Z"
},
"RequestId": "29EC7245-0FA4-4BB6-B4F5-5F04818FDFB1",
"Success": true
}
Error codes
For a list of error codes, see IoT Platform error codes.