All Products
Search
Document Center

Security Center:ListUniBackupRecord

Last Updated:Mar 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

List Database Backup Records

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:ListUniBackupRecordlist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
BackupRegionIdstringYes

The region where the anti-ransomware backup service is located.

cn-shanghai
MachineRemarkstringNo

The identification information of the server protected by the anti-ransomware policy. You can enter the IP address or instance ID of the server.

1.1.XX.XX
StatestringNo

Backup status. Values:

  • completed: Success
  • error: Failure
  • canceled: Closed
completed
CurrentPageintegerNo

When performing a paginated query, set the page number for the current page. The default value is 1.

1
PageSizeintegerNo

The maximum number of data entries to display per page in a paginated query.

20

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.

09969D2C-4FAD-429E-BFBF-9A60DEF8****
UniBackupRecordListarray<object>

List of database backup records.

UniBackupRecordobject

Database backup record.

Uuidstring

The UUID of the server.

5d13e7cf-8074-4ffe-ab3b-1046565a****
InstanceUuidstring

The unique ID of the database instance on the server.

18d04f2a496811ef800000163e13****
Subtypestring

Backup type. Values:

  • full: Full backup
  • incremental: Incremental backup
full
DatabaseTypestring

Database type. Values:

  • MYSQL
  • ORACLE
  • MSSQL
MYSQL
BackupStartTimelong

The start time of the backup, in timestamp format (in milliseconds).

1729071306
BackupEndTimelong

The end time of the backup, in timestamp format (in milliseconds).

1729071307
DatabaseNamestring

The name of the database.

test_MySQL11
Statestring

Backup status. Values:

  • completed: Success
  • error: Failure
  • canceled: Closed
completed
ErrorMessageListarray

List of backup error messages.

ErrorMessagestring

Backup error message.

Inner Error.
InstanceNamestring

Server name.

launch-advisor-20190410
Ipstring

The IP of the server.

Note If a public IP exists, this value is the public IP; if no public IP but a private IP exists, then it is the private IP.
1.1.1.1
InstanceIdstring

The instance ID of the server.

i-2zee6ru2t8xbzix6****
InternetIpstring

The public IP address of the server.

1.1.1.1
IntranetIpstring

The private IP address of the server.

192.168.1.1
RegionIdstring

The ID of the region where the instance is located.

cn-shanghai
PageInfoobject

Page information for pagination queries.

CurrentPageinteger

The page number of the current page in a pagination query.

1
PageSizeinteger

The number of items displayed per page in a pagination query.

10
TotalCountinteger

The total number of records in the query result.

10
Countinteger

The number of items displayed on the current page in a pagination query.

10

Examples

Sample success responses

JSONformat

{
  "RequestId": "09969D2C-4FAD-429E-BFBF-9A60DEF8****",
  "UniBackupRecordList": [
    {
      "Uuid": "5d13e7cf-8074-4ffe-ab3b-1046565a****",
      "InstanceUuid": "18d04f2a496811ef800000163e13****",
      "Subtype": "full",
      "DatabaseType": "MYSQL",
      "BackupStartTime": 1729071306,
      "BackupEndTime": 1729071307,
      "DatabaseName": "test_MySQL11",
      "State": "completed",
      "ErrorMessageList": [
        "Inner Error."
      ],
      "InstanceName": "launch-advisor-20190410",
      "Ip": "1.1.1.1",
      "InstanceId": "i-2zee6ru2t8xbzix6****",
      "InternetIp": "1.1.1.1\n",
      "IntranetIp": "192.168.1.1",
      "RegionId": "cn-shanghai"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 10,
    "TotalCount": 10,
    "Count": 10
  }
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-11-13Add OperationView Change Details