容器镜像服务 SWR-获取镜像仓库下的触发器列表:响应参数

时间:2023-11-21 14:35:57

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

[数组元素]

Array of Trigger objects

触发器列表

表4 Trigger

参数

参数类型

描述

action

String

触发动作,update

app_type

String

应用类型,deployments、statefulsets

application

String

应用名

cluster_id

String

集群ID(cci时为空)

cluster_name

String

集群名(cci时为空)

cluster_ns

String

应用名所在的namespace

condition

String

触发条件,type为all时为.*,type为tag时为tag名,type为regular时为正则表达式

container

String

需更新的container名,默认为所有container

created_at

String

创建时间

creator_name

String

创建人

enable

String

是否生效

name

String

触发器名

trigger_history

Array of TriggerHistories objects

触发器历史

trigger_mode

String

触发器类型,cce、cci

trigger_type

String

触发条件,all、tag、regular

表5 TriggerHistories

参数

参数类型

描述

action

String

触发动作,update

app_type

String

应用类型,deployments、statefulsets

application

String

应用名

cluster_id

String

集群ID(cci时为空)

cluster_name

String

集群名(cci时为空)

cluster_ns

String

应用名所在的namespace

condition

String

触发条件,type为all时为.*,type为tag时为tag名,type为regular时为正则表达式

container

String

需更新的container名,默认为所有container

created_at

String

创建时间

creator_name

String

创建人

detail

String

详情

result

String

更新结果,success、failed

tag

String

触发的版本号

support.huaweicloud.com/api-swr/swr_02_0044.html