流水线 CODEARTS PIPELINE-创建规则:请求参数

时间:2023-11-28 18:59:46

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

表3 请求Body参数

参数

是否必选

参数类型

描述

type

String

类型:Build,Gate,Deploy,Test,Normal

name

String

规则名称

layout_content

String

布局内容

plugin_id

String

插件ID

plugin_name

String

插件名称

plugin_version

String

插件版本号

content

Array of RuleContent objects

规则属性分组列表

表4 RuleContent

参数

是否必选

参数类型

描述

group_name

String

分组名称

can_modify_when_inherit

Boolean

继承后的子策略是否可以修改阈值

properties

Array of RuleProperty objects

规则属性列表

表5 RuleProperty

参数

是否必选

参数类型

描述

key

String

属性键

type

String

类型

name

String

展示名称

operator

String

比较运算符

value

String

属性值

value_type

String

数据类型

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