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

时间:2024-01-25 10:32:22

响应参数

状态码: 200

表7 响应Body参数

参数

参数类型

描述

success

Array of GetKieConfigs objects

导入成功的配置项列表。

failure

Array of failure objects

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

表8 GetKieConfigs

参数

参数类型

描述

id

String

配置项的id。

key

String

配置项的key。

labels

Object

配置项的标签。

value

String

配置项的值。

value_type

String

配置项value的类型。

status

String

配置项的状态。

create_time

Integer

创建时间。

update_time

Integer

更新时间。

表9 failure

参数

参数类型

描述

key

String

导入失败配置的key

labels

Object

导入失败配置的label

error_code

String

导入失败的错误码

error_message

String

导入失败的原因

状态码: 400

表10 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误信息。

detail

String

详细定位信息。

状态码: 500

表11 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误信息。

detail

String

详细定位信息。

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