应用管理与运维平台 ServiceStage-获取配置文件信息:响应消息

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

响应消息

表4 响应参数

参数

参数类型

描述

count

Integer

配置文件总数。

configs

Array of objects

配置文件列表,请参考表5

表5 configs

参数

参数类型

描述

config_group_id

String

配置分组ID。

id

String

配置文件ID。

name

String

配置文件名称。

description

String

配置文件描述。

creator

String

创建人。

type

String

配置文件类型:

  • yaml
  • properties

content

String

配置文件内容。

version

String

配置文件版本号。

project_id

String

项目ID。

sensitive

Boolean

配置文件内容是否加密:

  • true,加密。
  • false,不加密。

components

Array of objects

配置文件绑定的组件列表,请参考表6

create_time

Integer

创建时间。

update_time

Integer

修改时间。

表6 components

参数

参数类型

描述

application_id

String

应用ID。

component_id

String

组件ID。

component_name

String

组件名称。

environment_id

String

环境ID。

support.huaweicloud.com/api-servicestage/servicestage_06_0239.html