DescribeDownloadRecords - 查看最近5次的SQL查询下载任务列表
查看目标AnalyticDB MySQL湖仓版(3.0)集群中最近5次的SQL查询下载任务列表。
接口说明
当前服务的接入地址请参见服务接入点。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
adb:DescribeDownloadRecords |
list |
*DBClusterLakeVersion
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| DBClusterId |
string |
是 |
集群 ID。 说明
您可以调用 DescribeDBClusters 接口查看目标地域下所有 AnalyticDB MySQL 湖仓版(3.0)集群的详情,包括集群 ID。 |
amv-8vb6ha79k6e**** |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
Lang
deprecated
|
string |
否 |
语言配置,取值说明:
|
zh |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| Records |
array<object> |
详情。 |
|
|
object |
下载列表详情。 |
||
| Status |
string |
任务状态,取值为:
|
finished |
| DownloadId |
integer |
下载任务 ID。 |
636890 |
| ExceptionMsg |
string |
下载任务失败时返回的异常信息。 |
The query result is empty. |
| Url |
string |
文件下载地址。 |
https://perth-download-task.oss-cn-beijing.aliyuncs.com/adbmysql/query-sql-logs/amv-*********/20210805104301-20210805164302.xlsx?Expires=1943514161&OSSAccessKeyId=*********&Signature=******" |
| FileName |
string |
下载文件名。 |
20210806094635-20210806095135 |
| RequestId |
string |
请求 ID。 |
D761DA51-12F8-5457-AAA9-F52B9F436D2D |
| AccessDeniedDetail |
string |
鉴权失败信息 |
Authentication failed. |
示例
正常返回示例
JSON格式
{
"Records": [
{
"Status": "finished",
"DownloadId": 636890,
"ExceptionMsg": "The query result is empty.",
"Url": "https://perth-download-task.oss-cn-beijing.aliyuncs.com/adbmysql/query-sql-logs/amv-*********/20210805104301-20210805164302.xlsx?Expires=1943514161&OSSAccessKeyId=*********&Signature=******\"",
"FileName": "20210806094635-20210806095135"
}
],
"RequestId": "D761DA51-12F8-5457-AAA9-F52B9F436D2D",
"AccessDeniedDetail": "Authentication failed."
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。