Obtain the download URL of the backup file for a data change ticket.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetDataCorrectBackupFiles |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. |
3*** |
| OrderId |
integer |
Yes |
The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID. |
4200000 |
| ActionDetail |
object |
No |
The parameters that are required to perform the operation. You do not need to specify this parameter. |
{} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
4AFF4109-FEFB-44E8-96A3-923B1FA8C46E |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| DataCorrectBackupFiles |
object |
||
| FileUrl |
array |
The download URL of the backup file for the ticket. |
|
|
string |
Download URL of a backup file attachment. |
https://xxx.oss-cn-hangzhou.aliyuncs.com/xxx.zip |
Examples
Success response
JSON format
{
"RequestId": "4AFF4109-FEFB-44E8-96A3-923B1FA8C46E",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"DataCorrectBackupFiles": {
"FileUrl": [
"https://xxx.oss-cn-hangzhou.aliyuncs.com/xxx.zip"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.