云数据库 RDS-创建参数模板:响应消息

时间:2023-12-20 17:03:00

响应消息

  • 正常响应要素说明
    表4 要素说明

    名称

    参数类型

    说明

    configuration

    Object

    参数模板信息。

    详情请参见表5

    表5 configuration字段数据结构说明

    名称

    参数类型

    说明

    id

    String

    参数模板ID。

    name

    String

    参数模板名称。

    datastore_version_name

    String

    数据库版本名称。

    datastore_name

    String

    数据库名称。

    description

    String

    描述。

    created

    String

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

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

    updated

    String

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

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

  • 正常响应样例
    {
    	"configuration": {
    		"id": "463b4b58-d0e8-4e2b-9560-5dea4552fde9",
    		"name": "configuration_test",
    		"datastore_version_name": "5.7",
    		"datastore_name": "mysql",
    		"description": "configuration_test",
    		"created": "2017-04-09T08:27:56+0800",
    		"updated": "2017-04-09T08:27:56+0800"
                    
    	}
    }
  • 异常响应

    请参见异常请求结果

support.huaweicloud.com/api-rds/rds_09_0302.html