获取指定数据库实例的自动SQL限流规则。
接口说明
使用该接口需满足以下前提条件:
- 在使用 SDK 调用 DAS 服务时,需要将地域指定为 cn-shanghai。
- 目标数据库实例为:
- RDS MySQL 5.6、5.7、 8.0 高可用系列、三节点企业系列。
- PolarDB MySQL 版 5.6 集群版、5.7 集群版、 8.0 集群版。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ConsoleContext | string | 否 | 备用参数。 | None |
InstanceIds | string | 否 | 数据库实例 ID。
| ['rm-2ze8g2am97624****','rm-2vc54m2a6pd6p****','rm-2ze9xrhze0709****'] |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "Successful",
"Data": {
"TotalAutoThrottleRulesCount": 3,
"EnableAutoThrottleCount": 1,
"TurnOffAutoThrottleCount": 1,
"NeverEnableAutoThrottleOrReleasedInstanceCount": 1,
"EnableAutoThrottleList": [
{
"AbnormalDuration": 2,
"CpuUsage": 70,
"CpuSessionRelation": "AND",
"ActiveSessions": 32,
"MaxThrottleTime": 10,
"AllowThrottleStartTime": "00:00Z",
"AllowThrottleEndTime": "23:59Z",
"Visible": true,
"AutoKillSession": true,
"InstanceId": "rm-2ze8g2am97624****",
"UserId": "140692647406****"
}
],
"TurnOffAutoThrottleList": [
{
"AbnormalDuration": 2,
"CpuUsage": 80,
"AllowThrottleEndTime": "23:59Z",
"InstanceId": "rm-2ze9xrhze0709****",
"Visible": false,
"CpuSessionRelation": "OR",
"AutoKillSession": true,
"ActiveSessions": 64,
"MaxThrottleTime": 10,
"UserId": "140692647406****",
"AllowThrottleStartTime": "00:00Z"
}
],
"NeverEnableAutoThrottleOrReleasedInstanceIdList": [
"rm-2vc54m2a6pd6p****"
]
},
"RequestId": "7172BECE-588A-5961-8126-C216E16B****",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParams | The request parameters are invalid. | 请求参数错误 |
403 | NoPermission | You are not authorized to do this action. | 没有权限执行该操作 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-11-17 | API 内部配置变更,不影响调用 | 查看变更详情 |
2023-11-17 | OpenAPI 错误码发生变更 | 查看变更详情 |