流水线 CODEARTS PIPELINE-查询模板详情:响应参数

时间:2023-11-13 11:44:36

响应参数

状态码: 200

表2 响应Body参数

参数

参数类型

描述

id

String

模板ID

name

String

模板名称

icon

String

模板图标

manifest_version

String

版本

language

String

模板语言

description

String

模板描述

is_system

Boolean

是否系统模板

region

String

所属局点

domain_id

String

所属租户ID

variables

Array of CustomVariable objects

自定义参数

creator_id

String

创建人ID

updater_id

String

编辑人ID

create_time

Integer

创建日期

update_time

Integer

更新日期

is_collect

String

是否收藏

is_show_source

Boolean

是否显示流水线源

definition

String

模板编排json,包含stages

表3 CustomVariable

参数

参数类型

描述

pipeline_id

String

流水线ID

name

String

自定义参数名称

sequence

Integer

自定义参数顺序

type

String

自定义参数类型

value

String

自定义参数默认值

is_secret

Boolean

是否私密参数

description

String

自定义参数描述

is_runtime

Boolean

是否运行时设置

limits

Array of objects

限制

is_reset

Boolean

是否重置

latest_value

String

最近一次参数值

runtime_value

String

运行时传入值

状态码: 400

表4 响应Body参数

参数

参数类型

描述

error_msg

String

错误信息

error_code

String

错误码

support.huaweicloud.com/api-pipeline/ShowPipelineTemplateDetail.html