Creates a task to verify an over-the-air (OTA) update package.
Usage notes
- You must verify an update package before you push the package to devices for a batch update. Only verified update packages can be used to update devices in batches. You can call the QueryOTAFirmware operation to view the status of a verification task.
- You cannot initiate a verification task for an update package that is under verification or passes the verification.
- You can specify a maximum of 10 devices for a verification task.
QPS limits
You can call this API operation up to 10 times per second per account.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateOTAVerifyJob | The operation that you want to perform. Set the value to CreateOTAVerifyJob. |
FirmwareId | String | Yes | nx3xxVvFdwvn6dim50PY03**** | The ID of the update package. The FirmwareId parameter is returned when you call the CreateOTAFirmware operation to create an OTA update package. You can also call the ListOTAFirmware operation to obtain the package ID. |
ProductKey | String | Yes | a1VJwBw**** | The ProductKey of the product to which the OTA update package belongs. |
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 to an update batch. The tags of an update batch are sent to devices when IoT Platform pushes update notifications to the devices. Note Update batch tags are optional. If you want to specify a tag, you must configure 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. Note Update batch tags are optional. If you want to specify a tag, you must configure the Tag.N.Value and Tag.N.Key parameters in pair. |
TargetDeviceName.N | RepeatList | Yes | testdevice | The device that you want to specify in the verification task. Note
|
IotInstanceId | String | No | iot_instc_pu****_c*-v64******** | The ID of the IoT instance. You can view the instance ID on the Overview page in the IoT Platform console. Important
For more information, see Overview. |
TimeoutInMinutes | Integer | No. | 1440 | The timeout period for a device to update the firmware. Unit: minutes. Valid values: 1 to 1440. |
NeedPush | Boolean | No | true | Specifies whether to automatically push update tasks from IoT Platform to devices. Valid values:
|
NeedConfirm | Boolean | No | false | Specifies whether to confirm the update by using a mobile app. You must develop a mobile app based on your business requirements. Valid values:
|
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, the protocol is used to download the update package. Important
|
In addition to the preceding operation-specific request parameters, you must configure common request parameters when you call this operation. For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | String | iot.system.SystemException | The error code that is returned if the call fails. For more information, see Error codes. |
Data | Struct | The task information returned if the call is successful. For more information, see the following parameters. | |
JobId | String | wahVIzGkCMuAUE2gDERM02**** | The ID of the verification task. |
UtcCreate | String | 2019-11-04T06:22:19.566Z | The time when the verification task was created. The time is displayed in UTC. |
ErrorMessage | String | A system exception occurred. | The error message that is returned if the call fails. |
RequestId | String | 29EC7245-0FA4-4BB6-B4F5-5F04818FDFB1 | The request ID. |
Success | Boolean | true | Indicates whether the request was successful. Valid values:
|
Examples
Sample requests
http(s)://iot.cn-shanghai.aliyuncs.com/?Action=CreateOTAVerifyJob
&FirmwareId=nx3xxVvFdwvn6dim50PY03****
&ProductKey=a1VJwBw****
&Tag.1.Key=key1
&Tag.1.Value=value1
&TargetDeviceName.1=testdevice
&TimeoutInMinutes=1440
&<Common request parameters>
Sample success response
XML
format
<CreateOTAVerifyJobResponse>
<Data>
<JobId>wahVIzGkCMuAUE2gDERM02****</JobId>
<UtcCreate>2019-11-04T06:22:19.566Z</UtcCreate>
</Data>
<RequestId>29EC7245-0FA4-4BB6-B4F5-5F04818FDFB1</RequestId>
<Success>true</Success>
</CreateOTAVerifyJobResponse>
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, visit the API Error Center.