最近更新时间:2021-12-03 16:21:04
查询实例参数组参数变更历史记录,可根据参数名称查询指定参数变更历史。
GET
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 是 | 取固定值:DescribeEngineParametersModifyHistory |
Version | API版本号 | String | 否 | 取固定值:2016-07-01 |
DBParameterGroupId | 参数组ID | String | 是 | 通过参数组-列表(详情)接口获取 |
name | 修改参数名称 | String | 否 | 参数名 |
MaxRecords | 每页记录条数 | Integer | 否 | 每页记录条数(默认为10) |
Marker | 第n页数 | Integer | 否 | 第n页数(默认为0) |
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
request_id | 请求ID | String | 请求标识 |
total_count | 当前查询条件下总条数 | Integer | 查询总条数 |
history | 查询记录 | List<Object> | 查询记录 |
history:
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
id | 表ID | String | 表ID |
configuration_key | 变更参数名称 | String | 变更参数名称 |
old_value | 参数原值 | String | 参数原值 |
new_value | 参数变更后现值 | String | 参数变更后现值 |
created | 创建时间 | String | 创建时间 |
http://krds.{{region}}.api.ksyun.com/Action=DescribeEngineParametersModifyHistory&Version=2016-07-01&DBInstanceIdentifier=f71f5e7a-381a-439d-8535-d702b313142a&DBParameterGroupId=5315dcf8-14ea-4b55-9941-191382225d15
{
"total_count": 3,
"request_id": "be4094ee-ad4c-4b07-8a4b-9b6fa6287853",
"history": [
{
"id": "c996ccbf-b564-4404-b33f-743269561728",
"configuration_key": "bulk_insert_buffer_size",
"old_value": "8388608",
"new_value": "8388607",
"created": "2021-12-01T10:35:11"
},
{
"id": "ece04219-d553-467e-97c9-80ae4297c9fe",
"configuration_key": "auto_increment_increment",
"old_value": "2",
"new_value": "22",
"created": "2021-12-01T10:35:11"
},
{
"id": "c2a074a8-1101-4c99-a73d-7df075379f32",
"configuration_key": "auto_increment_offset",
"old_value": "2",
"new_value": "444",
"created": "2021-12-01T10:28:01"
}
]
}
纯净模式