Last Updated on : 2024-06-29 01:26:11download
Get the update progress of the specified device based on the device ID.
GET: /v2.0/cloud/thing/{device_id}/firmware/{channel}/progress
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
channel | Integer | uri | true | The firmware update channel. |
Parameter name | Type | Description |
---|---|---|
result | FusionResult | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
success | Boolean | Indicates whether the operation is successful. Valid values:
|
error_code | String | The error code. |
error_msg | String | The error message. |
result | FusionResult | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
progress | Integer | The progress of the firmware update. |
upgrade_status | Integer | The update status. Valid values:
|
GET: /v2.0/cloud/thing/aab21***/firmware/0/progress
{
"result": {
"upgrade_status": 2,
"progress": 30
},
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback