调用DescribeAutoScalingHistory接口,查询实例弹性伸缩历史信息。
接口说明
-
当前仅支持查询 RDS MySQL 高可用系列云盘版的自动性能扩展历史信息。
-
使用阿里云或 DAS 的 SDK 时,建议使用最新版本。
-
在使用 SDK 调用 DAS 服务时,需要将地域指定为 cn-shanghai。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 ID。 说明
当前仅支持 RDS MySQL 实例。
| rm-2ze8g2am97624**** |
AutoScalingTaskType | string | 是 | 查询的弹性伸缩业务种类。当前仅支持 SPEC,表示仅支持查询自动性能扩展历史信息。 | SPEC |
StartTime | long | 是 | 查询任务的开始时间,格式为 Unix 时间戳,单位为毫秒。 说明
查询任务的开始时间最大不能早于当前时间 45 天。
| 1675833788056 |
EndTime | long | 是 | 查询任务结束时间,格式为 Unix 时间戳,单位为毫秒。 说明
查询任务结束时间需晚于查询任务开始时间。
| 1676605305796 |
AutoScalingTaskType 取值为 SPEC 时,表示查询自动性能扩展历史,当前仅支持取值为 SPEC。
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "Successful",
"RequestId": "B6D17591-B48B-4D31-9CD6-9B9796B2****",
"Success": "true",
"Data": {
"InstanceId": "rm-2ze1jdv45i7l6****",
"SpecHistory": [
{
"ScaleType": "SCALE_UP",
"TaskExcuteStatus": true,
"ErrorCode": "Insufficient_Balance",
"OriginInstanceClass": "mysql.n2.large.2c",
"TargetInstanceClass": "mysql.n2.xlarge.2c",
"OriginCore": 4,
"OriginMemory": 8,
"TargetCore": 8,
"TargetMemory": 16,
"TaskTime": 1684830763000
}
],
"Storage": [
{
"test": "test",
"test2": 1
}
],
"Resource": [
{
"test": "test",
"test2": 1
}
],
"Shard": [
{
"test": "test",
"test2": 1
}
],
"Bandwidth": [
{
"test": "test",
"test2": 1
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParams | The request parameters are invalid. | 请求参数错误 |
403 | NoPermission | You are not authorized to do this action. | 没有权限执行该操作 |
访问错误中心查看更多错误码。