云数据库 GEMINIDB-获取指定参数模板的参数:响应参数

时间:2023-11-22 09:18:52

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

id

String

参数模板ID。

name

String

参数模板名称。

description

String

参数模板描述。

datastore_version_name

String

数据库版本名称。

datastore_name

String

数据库名称。

created

String

创建时间,格式为"yyyy-MM-ddTHH:mm:ssZ"。

其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。

updated

String

更新时间,格式为"yyyy-MM-ddTHH:mm:ssZ"。

其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。

configuration_parameters

Array of ConfigurationParameterResult objects

参数对象,用户基于默认参数模板自定义的参数配置。

表4 ConfigurationParameterResult

参数

参数类型

描述

name

String

参数名称。

value

String

参数值。

restart_required

Boolean

是否需要重启。

  • 取值为“false”,不需要重启。
  • 取值为“true”,需要重启。

readonly

Boolean

是否只读。

  • 取值为“false”,非只读参数。
  • 取值为“true”,只读参数。

value_range

String

参数值范围。示例:Integer类型取值范围为0~1、Boolean类型取值为“true”或“false”。

type

String

参数类型。取值为“string”、“integer”、“boolean”、“list”或“float”。

description

String

参数描述。

support.huaweicloud.com/api-nosql/nosql_06_0008.html