JobHistory

更新时间:
复制为 MD 格式

名称

类型

描述

示例值

object

任务运行历史详情。

Name

string

任务名称。

test_name

JobVersion

string

任务 ID。

test_id

RuntimeId

string

任务执行 ID。

1

CommitId

string

任务状态变更 ID。

2

StartTime

string

当前状态开始时间。

2024-05-01T12:00:00.000Z

EndTime

string

当前状态结束时间。

2024-05-01T12:00:00.000Z

Status

string

任务状态。

IMPORT_JOB_DOING

TotalCount

integer

文件总数量。

1000

CopiedCount

integer

迁移文件完成数量。包括迁移成功和迁移跳过的文件数量。

900

FailedCount

integer

迁移文件失败数量。

100

TotalSize

integer

文件总数据量,单位 Byte。

1000

CopiedSize

integer

迁移文件数据量,单位 Byte。

1000

RuntimeState

string

运行状态。
取值:Normal,正常;Interrupt,异常中断。

Normal

Message

string

异常信息。

test error msg.

Operator

string

操作者。
取值:user,用户;system,系统。

user

ListStatus

string

数据列举状态。
取值:Listing,列举中;Finished,列举完成。

Listing

SkippedCount

integer

跳过的文件数。

1000

SkippedSize

integer

跳过的文件大小

100000