更新时间:2024-06-29 02:32:28下载pdf
本文介绍查询群组任务进度的 API。
根据群组 ID 和任务 ID,查询群组任务进度。
GET: /v2.1/cloud/thing/group/task/{group_id}/{task_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
group_id | Long | path | true | 群组 ID。 |
task_id | Long | path | true | 任务 ID。 |
参数名 | 类型 | 说明 |
---|---|---|
result | JsonObject | 返回群组数据结果。 |
success | Boolean | API 调用是否成功。
|
t | Long | 时间戳。 |
tid | String | 链路 ID。 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
group_id | Long | 群组 ID。 |
task_id | String | 任务 ID。 |
task_type | Integer | 任务类型。
|
success_devices | List | 加入群组成功或者从群组中移除成功的设备列表。 |
failed_devices | List | 加入群组失败,从群组中移除失败,不支持群组功能以及设备离线的设备列表。 |
operating_devices | List | 未进行操作或者还在操作中的设备列表。 |
operating_devices
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备 ID。 |
action | Integer | 操作类型。
|
operate_status | Integer | 操作状态。
|
failed_devices
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备 ID。 |
action | Integer | 操作类型。
|
operate_status | Integer | 操作状态。
|
success_devices
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备 ID。 |
action | Integer | 操作类型。
|
operate_status | Integer | 操作状态。
|
GET: /v2.1/cloud/thing/group/task/1393****/178304019638051****
{ "tid": "b0d2f182022211efbe7a366d87620758", "result": { "operating_devices": [ ], "failed_devices": [ ], "task_id": "1783040196380512***", "success_devices": [ { "device_id": "vdevo17059963185****", "operate_status": 0, "action": 0 }, { "device_id": "vdevo17059963113****", "operate_status": 0, "action": 0 } ], "group_id": 13931111, "task_type": 1 }, "t": 1713953349341, "success": true }
参考 错误码。
参考 调用频率限制。
该内容对您有帮助吗?
是意见反馈