文档

ListUserBackupFiles - 查询用户备份信息

更新时间:

该接口用于查询所有已导入至RDS的用户备份的详情。

接口说明

适用引擎

  • RDS MySQL

功能说明

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
Statusstring

通过用户备份文件的状态查询目标用户备份。取值:

  • Importing:导入中。
  • Failed:导入失败。
  • CheckSuccess:校验通过。
  • BackupSuccess:导入成功。
  • Deleted:已删除。
CheckSuccess
RegionIdstring

地域 ID。可调用 DescribeRegions 获取。

cn-hangzhou
Commentstring

通过备注信息查询目标用户备份。

说明 您可输入目标用户备份的部分备注信息进行模糊匹配。
BackupTest
BackupIdstring

通过用户备份 ID 查询目标用户备份。

b-kwwvr7v8t7of****
OssUrlstring

通过用户备份文件的 OSS 下载地址查询目标用户备份。如何获取用户备份文件的 OSS 下载地址,请参见上传 Object 后如何获取访问 URL

https://****.oss-ap-****.aliyuncs.com/backup_qp.xb
Tagsstring

通过标签信息查询目标用户备份。

key1:value1
ResourceGroupIdstring

资源组 ID。可调用 DescribeDBInstanceAttribute 获取。

rg-acfmy****

返回参数

名称类型描述示例值
object

返回参数详情。

RequestIdstring

请求 ID。

AD67C22F-64F3-4448-A9A8-D1606D242879
Recordsobject []

用户备份文件详情列表。

Statusstring

用户备份文件状态。返回值:

  • Importing:导入中。
  • Failed:导入失败。
  • CheckSuccess:校验通过。
  • BackupSuccess:导入成功。
  • Deleted:已删除。
BackupSuccess
CreationTimestring

用户备份的导入开始时间,格式为 Unix 时间戳。单位:毫秒。

1623231084000
FinishTimestring

用户备份成功导入的时间,格式为 Unix 时间戳。单位:毫秒。

1623231750000
Commentstring

用户备份的备注信息。

BackupTest
OssFilePathstring

OSS 中用户备份文件的路径。

test/backup_qp.xb
OssBucketstring

用户备份文件所在的 OSS Bucket 名称。

BackupTest
ModificationTimestring

用户备份的导入完成时间,格式为 Unix 时间戳。单位:毫秒。

1623231750000
OssFileSizelong

OSS 中用户备份文件的大小。单位:KB。

79115
OssFileNamestring

OSS 中用户备份文件的文件名。

backup_qp.xb
EngineVersionstring

数据库版本。

5.7
BackupIdstring

用户备份 ID。

b-kwwvr7v8t7of****
RestoreSizestring

还原用户备份所需存储空间大小。单位:GB。

20
ZoneIdstring

用户备份所在的可用区 ID。

cn-hangzhou-b
Retentioninteger

用户备份文件保留时长。单位:天。

3
Enginestring

数据库引擎。

mysql
OssUrlstring

用户备份文件的 OSS 下载地址。

https://****.oss-ap-****.aliyuncs.com/backup_qp.xb
OssFileMetaDatastring

用户备份文件元信息。更多信息,请参见管理文件元信息

{\"Accept-Ranges\":\"bytes\",\"Connection\":\"keep-alive\",\"Content-Length\":81014337,\"Content-Type\":\"application/octet-stream\",\"Date\":1623309548000,\"ETag\":\"889FE9E5FCEBFE4781829488A352863B-1\",\"Last-Modified\":1622186844000,\"Server\":\"AliyunOSS\",\"x-oss-hash-crc64ecma\":\"5793608435727323129\",\"x-oss-object-type\":\"Multipart\",\"x-oss-request-id\":\"60C1BCEC92572F37318BD499\",\"x-oss-server-time\":\"166\",\"x-oss-storage-class\":\"Standard\"}
BinlogInfostring

备份文件中的 Binlog 文件信息,备份过程中如有增量内容则会返回此参数。

{\"binlogPosition\":\"154\",\"binlogFile\":\"0.000002\"}
Reasonstring

用户备份文件导入失败的原因。

success

示例

正常返回示例

JSON格式

{
  "RequestId": "AD67C22F-64F3-4448-A9A8-D1606D242879",
  "Records": [
    {
      "Status": "BackupSuccess",
      "CreationTime": "1623231084000",
      "FinishTime": "1623231750000",
      "Comment": "BackupTest",
      "OssFilePath": "test/backup_qp.xb",
      "OssBucket": "BackupTest",
      "ModificationTime": "1623231750000",
      "OssFileSize": 79115,
      "OssFileName": "backup_qp.xb",
      "EngineVersion": "5.7",
      "BackupId": "b-kwwvr7v8t7of****",
      "RestoreSize": "20",
      "ZoneId": "cn-hangzhou-b",
      "Retention": 3,
      "Engine": "mysql",
      "OssUrl": "https://****.oss-ap-****.aliyuncs.com/backup_qp.xb",
      "OssFileMetaData": "{\\\"Accept-Ranges\\\":\\\"bytes\\\",\\\"Connection\\\":\\\"keep-alive\\\",\\\"Content-Length\\\":81014337,\\\"Content-Type\\\":\\\"application/octet-stream\\\",\\\"Date\\\":1623309548000,\\\"ETag\\\":\\\"889FE9E5FCEBFE4781829488A352863B-1\\\",\\\"Last-Modified\\\":1622186844000,\\\"Server\\\":\\\"AliyunOSS\\\",\\\"x-oss-hash-crc64ecma\\\":\\\"5793608435727323129\\\",\\\"x-oss-object-type\\\":\\\"Multipart\\\",\\\"x-oss-request-id\\\":\\\"60C1BCEC92572F37318BD499\\\",\\\"x-oss-server-time\\\":\\\"166\\\",\\\"x-oss-storage-class\\\":\\\"Standard\\\"}",
      "BinlogInfo": "{\\\"binlogPosition\\\":\\\"154\\\",\\\"binlogFile\\\":\\\"0.000002\\\"}",
      "Reason": "success"
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.套餐实例不允许单独操作。
400Price.PricingPlanResultNotFoundPricing plan price result not found.定价计划价格结果没有找到。
400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.您还未通过实名认证,不符合购买条件,请登录用户中心进行实名认证。
400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.您的账户可用额度小于0,请先充值后再尝试购买。
400CommodityServiceCalling.ExceptionFailed to call commodity service.调用商品服务返回失败。
400RegionDissolvedEOMDear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support.客户您好,阿里云计划对当前地域进行优化调整,该区域云服务将停止运营,为确保您的业务连续性及数据迁移工作的平稳过渡,您目前无法操作新购类型的订单,感谢理解与支持。
400Commodity.InvalidComponentThe module you purchased is not legal, please buy it again.您购买的模块不合法,请重新购买。
400RegionEndTimeDissolvedIndiaCloud services in the India (Mumbai) region will be discontinued. Set the validity date to July 15, 2024 or earlier than July 15, 2024.客户您好,印度地域裁撤,购买的服务效期不能超过2024.07.15。
400RegionEndTimeDissolvedAustraliaCloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.客户您好,澳洲地域裁撤,购买的服务效期不能超过2024.09.30
400Price.CommoditySysCommodity system call exception.商品系统调用异常。
400Pay.InsufficientBalanceInsufficient available balance.可用金不足。
400Order.PeriodInvalidThere is a problem with the period you selected, please choose again.您选购的周期有问题,请重新选购。
400pay.noCreditCardAccount not bound to credit card.账户未绑定信用卡。
400Order.InstHasUnpaidOrderThere is an unpaid order for the service you have purchased. Please pay or void it before placing the order.您选购的服务存在未支付订单,请支付或作废后再下单。
400noAvailablePaymentMethodNo payment method is specified for your account. We recommend that you add a payment method.没有为您的帐户指定付款方式。我们建议您添加一种付款方式。
400BasicInfoUncompletedYour information is incomplete. Complete your information before the operation.您的基本信息未完善,请在操作前先完善您的基本信息。
400Risk.RiskControlRejectionYour account is abnormal, please contact customer service for details.您的账户出现异常,详情请联系客服。
400BasicInfoUncompletedYour information is incomplete, Complete your information before the operation.您的信息不完整,请在操作前填写您的信息。
400System.SaleValidateFailedSales expression validation system error.销售表达式校验系统错误。
403OrderStatus.UnPaidThe specified db instance has unpaid order.实例当前存在未支付订单,请支付后重试。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-07-25OpenAPI 入参发生变更看变更集
变更项变更内容
入参OpenAPI 入参发生变更
    新增入参:ResourceGroupId
2022-06-23OpenAPI 描述信息更新看变更集
变更项变更内容
API 描述OpenAPI 描述信息更新
  • 本页导读 (1)
文档反馈