获取数据传输任务列表
获取数据传输任务列表。
Path Parameters
数据空间ID。
Request Body required
数据空间ID。
数据集ID。
数据集名称检索词
传输类型
任务状态列表
开始时间
结束时间
每页条数
页码
- 200
- default
OK
Schema
- Array [
- Array [
- ]
- ]
tasks object[]
任务列表
任务ID。
任务的类型。
任务状态。
上传任务的目标分支。
commitID。
版本提交信息。
创建者用户名。
oss_config object
对象存储配置。
文件的所在的源桶名称。
对象存储的endpoint。
对象存储的access key。
对象存储的secret key。
aoss需要为false,阿里云oss需要为true。
一些自建的没配置https的对象存储需要为true。
一些自建的配置了https但是没配置证书的需要为true。
数据传输的源路径。
数据传输的目的路径。
错误信息。
总文件大小。
总文件数。
已成功文件大小。
已成功文件数。
失败文件大小。
失败文件数。
files object[]
文件列表。
文件路径。
文件状态。
上传文件错误。
文件大小。
任务创建时间。
任务完成时间。
传输类型
数据集ID
数据集名称
extra_info object
额外信息。
关联任务的ID
auth_info object
授权信息
授权状态
授权类型
授权项目id
总数
{
"tasks": [
{
"id": "string",
"task_type": 0,
"task_state": 0,
"target_branch": "string",
"commit_id": "string",
"commit_msg": "string",
"creator_name": "string",
"oss_config": {
"bucket_name": "string",
"oss_endpoint": "string",
"access_key": "string",
"secret_key": "string",
"virtual_host_style": true,
"disable_ssl": true,
"insecure_skip_verify": true
},
"source_path": "string",
"target_path": "string",
"err_msg": "string",
"total_file_size": 0,
"total_file_count": 0,
"succeed_file_size": 0,
"succeed_file_count": 0,
"failed_file_size": 0,
"failed_file_count": 0,
"files": [
{
"path": "string",
"state": 0,
"err": 0,
"size": 0
}
],
"create_time": "2024-11-04T06:28:48.447Z",
"finish_time": "2024-11-04T06:28:48.447Z",
"transfer_type": 0,
"repo_id": "string",
"repo_display_name": "string",
"extra_info": {
"related_id": "string",
"auth_info": {
"auth_state": 0,
"authority_type": 0,
"auth_id": "string"
}
}
}
],
"total": 0
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}