文档数据库服务 DDS-获取参数模板列表:响应消息

时间:2024-10-25 14:28:46

响应消息

  • 参数说明
    表3 响应Body参数

    名称

    参数类型

    描述

    total_count

    Integer

    总记录数。

    configurations

    Array of objects

    参数模板列表。请参见表4

    表4 configurations字段数据结构说明

    参数

    参数类型

    描述

    id

    String

    参数模板ID。

    name

    String

    参数模板名称。

    description

    String

    参数模板描述。

    datastore_version

    String

    数据库版本。

    datastore_name

    String

    数据库类型。

    node_type

    String

    参数模板节点类型。

    • mongos,表示集群mongos节点类型。
    • shard,表示集群shard节点类型。
    • config,表示集群config节点类型。
    • replica,表示副本集类型。
    • readonly,表示副本集只读节点类型。
    • shard_readonly,表示集群只读节点类型。
    • single,表示单节点类型。

    created

    String

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

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

    updated

    String

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

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

    user_defined

    Boolean

    是否是用户自定义参数模板。

    • 取值为“false”,表示为系统默认参数模板。
    • 取值为“true”,表示为用户自定义参数模板。
  • 响应示例
    { 
      "total_count" : 1, 
      "configurations" : [ { 
        "id" : "07fc12a8e0e94df7a3fcf53d0b5e1605pr01", 
        "name" : "test1", 
        "description" : "", 
        "datastore_name" : "mongos", 
        "node_type":"shard",
        "datastore_version" : "4.0", 
        "created" : "2017-01-01T10:00:00", 
        "updated" : "2017-01-01T10:00:00", 
        "user_defined" : true 
      } ] 
    }
support.huaweicloud.com/api-dds/dds_api_0088.html