Last Updated on: 2024-09-10 07:19:13
Get the update progress of the specified device based on the device ID.
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:
|
For more information, see error code.
For more information, see Limits on API Request Frequency.