微服务引擎 CSE-导入kie配置:响应参数

时间:2025-02-12 15:01:09

响应参数

状态码: 200

表5 响应Body参数

参数

参数类型

描述

success

Array of GetKieConfigs objects

导入成功的配置项列表。

failure

Array of failure objects

导入失败的配置项及其错误列表。

表6 GetKieConfigs

参数

参数类型

描述

id

String

配置项的id。

key

String

配置项的key。

labels

Object

配置项的标签。

value

String

配置项的值。

value_type

String

配置项value的类型。

status

String

配置项的状态。

create_time

Integer

创建时间。

update_time

Integer

更新时间。

create_revision

Long

创建配置的版本号

update_revision

Long

修改配置的版本号

表7 failure

参数

参数类型

描述

key

String

导入失败配置的key。

labels

Object

导入失败配置的label。

error_code

String

导入失败的错误码。

error_message

String

导入失败的原因。

状态码: 400

表8 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误信息。

detail

String

详细定位信息。

状态码: 500

表9 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误信息。

detail

String

详细定位信息。

support.huaweicloud.com/api-cse/cse_06_0025.html