Queries the details of a backup set by calling the DescribeBackupSet operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeBackupSet |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
Yes |
The name of the PolarDB-X instance. |
pxc-htri0ori2r**** |
| BackupSetId |
string |
Yes |
The backup set ID. |
111 |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DestCrossRegion |
string |
No |
The destination region for cross-region backup. |
cn-shanghai |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The error message. |
successs |
| RequestId |
string |
The request ID. |
1A6D328C-84B8-40DC-BF49-6C73984D7494 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Data |
array<object> |
The data list. |
|
|
array<object> |
|||
| EndTime |
integer |
The backup end time. |
1650251308000 |
| Status |
integer |
The status of the backup set. Valid values:
|
1 |
| BackupSetSize |
integer |
The size of the backup set, in bytes. |
88803195 |
| BackupSetId |
integer |
The backup set ID. |
111 |
| BackupType |
integer |
The backup type. Valid values:
|
1 |
| BeginTime |
integer |
The backup start time. |
1650250861754 |
| BackupModel |
integer |
The backup mode. Valid values:
|
0 |
| OSSList |
array<object> |
The list of OSS information for the backup set. |
|
|
object |
|||
| BackupSetFile |
string |
The OSS file name. |
hins3084_data_20220418110623_qp.xb |
| LinkExpiredTime |
string |
The expiration time of the OSS file link. |
2022-04-20T08:01:37Z |
| IntranetDownloadLink |
string |
The internal network download URL for the OSS file. |
http://pre-rdsbak-cn-beijing.oss-cn-beijing-internal.aliyuncs.com/custins2255/hins3084_data_20220418110623_qp.xb? |
| DownloadLink |
string |
The public download URL. |
https://pre-rdsbak-cn-xxx.oss-cn-beijing.aliyuncs.com/custins2255/hins3084_data_20220418110623_qp.xb?OSSAccessKeyId=LTAI****************&Expires=1650441697&dd=7KJzkUSbXf6dwy |
Examples
Success response
JSON format
{
"Message": "successs",
"RequestId": "1A6D328C-84B8-40DC-BF49-6C73984D7494",
"Success": true,
"Data": [
{
"EndTime": 1650251308000,
"Status": 1,
"BackupSetSize": 88803195,
"BackupSetId": 111,
"BackupType": 1,
"BeginTime": 1650250861754,
"BackupModel": 0,
"OSSList": [
{
"BackupSetFile": "hins3084_data_20220418110623_qp.xb",
"LinkExpiredTime": "2022-04-20T08:01:37Z",
"IntranetDownloadLink": "http://pre-rdsbak-cn-beijing.oss-cn-beijing-internal.aliyuncs.com/custins2255/hins3084_data_20220418110623_qp.xb?",
"DownloadLink": "https://pre-rdsbak-cn-xxx.oss-cn-beijing.aliyuncs.com/custins2255/hins3084_data_20220418110623_qp.xb?OSSAccessKeyId=LTAI****************&Expires=1650441697&dd=7KJzkUSbXf6dwy"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.