云桌面 WORKSPACE-查询定时任务执行记录详情:响应参数
响应参数
状态码:200
参数 |
参数类型 |
描述 |
---|---|---|
tasks_records_details |
Array of ScheduledTasksRecordsDetails objects |
定时任务执行记录详情列表。 |
total_count |
Integer |
总个数。 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
任务执行记录详情id。 |
record_id |
String |
任务执行记录id。 |
desktop_id |
String |
桌面id。 |
desktop_name |
String |
桌面名称。 |
exec_status |
String |
执行状态。 |
exec_script_id |
String |
执行脚本id。 |
result_code |
String |
失败或者跳过原因的错误码。 |
fail_reason |
String |
失败或者跳过原因。 |
start_time |
String |
执行开始时间,格式为yyyy-MM-dd HH:mm:ss。 |
end_time |
String |
执行结束时间,格式为yyyy-MM-dd HH:mm:ss。 |
time_zone |
String |
时区。 |
状态码:400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
encoded_authorization_message |
String |
加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。 |
状态码:500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
encoded_authorization_message |
String |
加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。 |