获取节点列表
GET
/api/tasks/point/download_list请求参数
Query 参数
task_id
integer
任务id
page
integer
分页索引
page_size
integer
分页大小
status
string
任务点状态
machine
string
机器id
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
count
integer
总数据量
results
array [object {10}]
结果集
created_time
string
创建时间
disk_usage
integer
磁盘占用
id
integer
任务点id
last_updated_time
string
最后更新时间
machine_id
string
必需
machine id
node_backhauls
array[string]
回传地址
point
integer
任务点
task_id
integer
任务id
user_id
integer
用户id
status
string
任务点状态
示例
{
"count": 49,
"results": [
{
"computation_time": "00:06:00",
"created_time": "2024-10-17T09:15:49.756715Z",
"disk_usage": 0,
"id": 117812,
"last_updated_time": "2024-10-17T09:24:35.773939Z",
"machine_id": "b9f4db79-2148-4100-9565-fa514b1376bf",
"node_backhauls": [],
"package_id": null,
"point": 28,
"progress": 0,
"remain_time": 0,
"runtime_download_progress": "100.00",
"status": "Running",
"task_id": 1302,
"user_id": 2541
},
{
"computation_time": "00:01:30",
"created_time": "2024-10-17T09:07:29.464169Z",
"disk_usage": 0,
"id": 117802,
"last_updated_time": "2024-10-17T09:24:40.396186Z",
"machine_id": "5546bc00-0e62-470f-b866-6d084e9bf9d8",
"node_backhauls": [],
"package_id": null,
"point": 38,
"progress": 0,
"remain_time": 0,
"runtime_download_progress": "100.00",
"status": "Running",
"task_id": 1302,
"user_id": 2048
}
]
}
最后修改时间: 4 个月前