Queries the download URL of the backup file for a data change ticket in Data Management (DMS).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3*** |
OrderId | long | 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 parameters
Examples
Sample success responses
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
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history