云桌面 WORKSPACE-查询任务详情:响应参数

时间:2025-01-03 18:15:39

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

id

String

任务ID。

job_type

String

任务类型。

begin_time

String

任务开始时间。

end_time

String

任务结束时间。

status

String

任务状态。

job_error_code

String

任务错误码。

fail_reason

String

任务失败原因。

sub_jobs_total

Integer

子任务总数。

sub_jobs

Array of JobDetailInfo objects

子任务列表。

表4 JobDetailInfo

参数

参数类型

描述

id

String

子任务ID。

job_type

String

任务类型。

entities

JobEntities object

任务。

begin_time

String

任务创建时间。

end_time

String

任务结束时间。

status

String

任务状态。

error_code

String

任务执行失败时的错误码。

fail_reason

String

任务失败原因。

host

String

任务执行的服务器IP。

project_id

String

项目ID。

job_id

String

任务ID。

process

Integer

任务进度。

attach_user

String

关联用户。

entity

String

操作对象。

ip_address

String

ip地址。

表5 JobEntities

参数

参数类型

描述

desktop_id

String

桌面ID。

product_id

String

套餐ID。

user_name

String

用户名。

desktop_name

String

桌面名称。

ip_address

String

ip地址。

状态码: 404

表6 响应Body参数

参数

参数类型

描述

error_code

String

错误码,失败时返回。

error_msg

String

错误描述。

encoded_authorization_message

String

加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。

状态码: default

表7 响应Body参数

参数

参数类型

描述

error_code

String

错误码,失败时返回。

error_msg

String

错误描述。

encoded_authorization_message

String

加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。

support.huaweicloud.com/api-workspace/ShowJob.html