DescribeBackupsPagination
Region:
China (Beijing)
Request Parameters
Required
DBInstanceIdThe instance ID
BackupIdThe ID of the backu...
BackupStatusThe status of the b...
BackupModeThe backup mode
StartTimeThe beginning of th...
EndTimeThe end of the time...
PageSizeThe number of entri...
PageNumberThe number of the p...
BackupTypeThe backup type
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

Supported database engines

  • RDS MySQL
  • RDS PostgreSQL
  • RDS SQL Server
  • RDS MariaDB

Request Parameters

Field NameField Details
DBInstanceIdstring

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

Example:rm-uf6wjk5xxxxxxxReference Value Source:
    CloneDBInstance
    CreateDBInstance
    ReceiveDBInstance
    ModifyDBInstanceSpec
    RecoveryDBInstance
    DescribeDBInstances
    CalculateDBInstanceWeight
    MigrateDBNodes
    UpgradeDBInstanceMajorVersion
    TransformDBInstancePayType
    EvaluateLocalExtendDisk
    RestoreDdrTable
    RebuildReplicationLink
BackupIdstring

The ID of the backup set.

Example:327329803Reference Value Source:
    ImportUserBackupFile
    UpdateUserBackupFile
    DescribeDetachedBackups
    ListUserBackupFiles
BackupStatusstring

The status of the backup set. Valid values:View Details...

Example:Success
BackupModestring

The backup mode. Valid values:View Details...

Example:AutomatedReference Value Source:
    DescribeDetachedBackups
StartTimestring

The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mmZ format. The time must be in UTC.

Example:2011-06-01T16:00Z
EndTimestring

The end of the time range to query. The end time must be later than the start time. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mmZ format. The time must be in UTC.View Details...

Example:2011-06-15T16:00Z
PageSizeinteger<int32>

The number of entries per page. Valid values:View Details...

Example:30value <= 1000
PageNumberinteger<int32>

The number of the page to return. Valid values: any non-zero positive integer.View Details...

Example:1value <= 2147483647
BackupTypestring

The backup type. Valid values:View Details...

Example:FullBackupReference Value Source:
    DescribeDetachedBackups

Response Parameters

Field NameField Details
Itemsobject
PageNumberstring

The page number of the returned page.

Example:1
PageRecordCountstring

The number of backup sets on the current page.

Example:30
RequestIdstring

The ID of the request.

Example:1A6D328C-84B8-40DC-BF49-6C73984D7494
TotalEcsSnapshotSizeinteger<int64>

The size of the snapshot chain of the instance. Unit: bytes.

Notice Please note that this value is of type Long, and there may be a risk of loss of precision in some languages. Please use it with caution.
Example:0
TotalRecordCountstring

The total number of entries returned.

Example:100
Change History
No Change History found.