DescribeIncrementBackupList分页
该接口用于查看DBS增量备份任务列表
服务地址:
华东1 金融云
输入参数
只看必填
BackupPlanId备份计划ID
ShowStorageType是否显示存储类型
请选择布尔值
StartTimestamp开始备份时间戳
EndTimestamp结束备份时间戳
分页参数
PageSize每页的记录数
PageNum页码
幂等性参数
ClientToken任意字符串
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求参数

字段名称字段详情
BackupPlanIdstring

备份计划 ID,可通过调用 DescribeBackupPlanList 接口获取该参数的值。

示例值:dbsqdss5tmh****参考取值来源:
    StopBackupPlan
    UpgradeBackupPlan
    StartBackupPlan
    RenewBackupPlan
    CreateBackupPlan
    ReleaseBackupPlan
    ModifyBackupPlanName
    EnableBackupLog
    ConfigureBackupPlan
    DescribeBackupPlanList
    DisableBackupLog
PageSizeinteger<int32>

每页的记录数,取值 30、50、100。展开详情

示例值:30
PageNuminteger<int32>

页码,大于等于 0 且不超过 Integer 的最大值,默认值为 0。

示例值:1
ClientTokenstring

任意字符串,用于保证请求的幂等性,防止重复提交请求。

示例值:ETnLKlblzczshOTUbOCzxxxxxxx
ShowStorageTypeboolean

是否显示存储类型,取值如下:展开详情

示例值:true
StartTimestampinteger<int64>

开始备份时间戳。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1570701361528
EndTimestampinteger<int64>

结束备份时间戳。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1570701361600

返回参数

字段名称字段详情
HttpStatusCodeinteger<int32>

HTTP 状态码。

示例值:200
PageNuminteger<int32>

页码。

示例值:0
RequestIdstring

请求 ID。

示例值:A5D52069-E8AA-5056-8C5C-654C3610****
ErrCodestring

错误码。

示例值:Param.NotFound
Successboolean

请求是否成功,返回值如下:展开详情

示例值:true
ErrMessagestring

错误信息。

示例值:The specified parameter %s value is not valid.
TotalPagesinteger<int32>

总页数。

示例值:1
TotalElementsinteger<int32>

增量备份任务总数。

示例值:1
PageSizeinteger<int32>

每页的记录数。

示例值:30
Itemsobject
变更历史
暂无变更历史