医疗智能体 EIHealth-获取自动作业模板列表:响应参数

时间:2023-11-01 16:18:53

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

auto_jobs

Array of AutoJobListDto objects

自动作业列表

count

Integer

作业总数

表5 AutoJobListDto

参数

参数类型

描述

id

String

自动作业id

name

String

自动作业的名称,取值范围:[1,63],允许大小写字母、数字、以及特殊字符中划线(-)

description

String

自动作业的描述, 取值范围:输入字符最大长度为255

labels

Array of strings

自动作业标签

priority

Integer

自动作业优先级,[0,9],0表示最低,默认0

timeout

Integer

作业执行超时时长,取值范围: [1, 144000],单位:分钟,默认数值1440

最小值:1

最大值:144000

status

String

自动作业状态

create_time

String

自动作业创建时间

finish_time

String

自动作业结束时间

failed_reason

String

失败原因,当自动作业执行失败时会返回,比如依赖的数据表,流程不存在等等

user_name

String

自动作业的创建者

tool_info

ToolInfoDto object

作业依赖的组件信息

database_id

String

自动作业依赖的数据表ID

database_name

String

自动作业依赖的数据表名称

表6 ToolInfoDto

参数

参数类型

描述

tool_id

String

作业依赖的组件id

tool_name

String

作业依赖的组件名称

tool_version

String

作业依赖的组件版本

tool_type

String

作业依赖的组件类型,取值范围app|workflow

support.huaweicloud.com/api-eihealth/eihealth_33_00319.html