All Products
Search
Document Center

Data Management:GetDataCorrectBackupFiles

Last Updated:Oct 21, 2024

Queries the download URL of the backup file for a data change ticket in Data Management (DMS).

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TidlongNo

The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.

3***
OrderIdlongYes

The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID.

4200000
ActionDetailobjectNo

The parameters that are required to perform the operation. You do not need to specify this parameter.

{}

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

4AFF4109-FEFB-44E8-96A3-923B1FA8C46E
ErrorCodestring

The error code.

UnknownError
ErrorMessagestring

The error message.

UnknownError
Successboolean

Indicates whether the request was successful.

true
DataCorrectBackupFilesarray

The download URL of the backup file for the ticket.

FileUrlstring
https://xxx.oss-cn-hangzhou.aliyuncs.com/xxx.zip

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history