Queries the list of backup sets by calling the DescribeBackupSetList operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeBackupSetList |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the instance resides. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The name of the instance. |
pxc-xxxxxx |
| StartTime |
integer |
No |
The start time timestamp, in milliseconds. |
1635707845000 |
| EndTime |
integer |
No |
The end time timestamp, in milliseconds. |
1635707845000 |
| PageSize |
integer |
No |
The number of entries per page. |
30 |
| PageNumber |
integer |
No |
The page number, starting from 1. |
1 |
| DestCrossRegion |
string |
No |
The region where the backup set resides. After you specify this parameter, backup sets in the specified region are returned. Only one region can be specified at a time. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The returned message. "success" is returned if the request is successful. Otherwise, an error code is returned. |
success |
| RequestId |
string |
The request ID. |
1A6D328C-84B8-40DC-BF49-6C73984D7494 |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
array<object> |
The data struct. |
|
|
object |
|||
| EndTime |
integer |
The backup end time. |
1635706960956 |
| Status |
integer |
The status of the backup set. Valid values:
|
1 |
| BackupSetSize |
integer |
The size of the backup set, in bytes. |
88803195 |
| BackupSetId |
string |
The backup set ID. |
111 |
| BackupType |
integer |
The backup type. Valid values:
|
1 |
| BeginTime |
integer |
The backup start time. |
1635706960956 |
| BackupModel |
integer |
The backup mode. Valid values:
|
0 |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "1A6D328C-84B8-40DC-BF49-6C73984D7494",
"Success": true,
"Data": [
{
"EndTime": 1635706960956,
"Status": 1,
"BackupSetSize": 88803195,
"BackupSetId": "111",
"BackupType": 1,
"BeginTime": 1635706960956,
"BackupModel": 0
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.