Call the GetDataCorrectBackupFiles operation to obtain the download URL of the data change backup file attachment.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetDataCorrectBackupFiles |
The operation that you want to perform. Valid values: GetDataCorrectBackupFiles . |
OrderId | Long | Yes | 12345 |
The ID of the ticket. |
Tid | Long | No | -1 |
The ID of the tenant. Note The tenant ID is taken from the avatar in the upper-right corner of the system. For
more information, see Tenant ID and Tenant .
|
ActionDetail | Json | No | {} |
Operation parameters, without passing. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DataCorrectBackupFiles | List | xxx |
The information about the attachment download address of the backup file. |
ErrorCode | String | UnknownError |
The error code. |
ErrorMessage | String | UnknownError |
The error message of the failure. |
RequestId | String | 427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request is successful. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=GetDataCorrectBackupFiles &OrderId=12345 &<common request parameters>
Sample success responses
XML
format
<DataCorrectBackupFiles> <FileUrl>https://xxx.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=1574382979&OSSAccessKeyId=wSa97B52GzF4fGqu&Signature=ykWSysajKcQjXjG0X4ApOQvlIXQ%3D</FileUrl> </DataCorrectBackupFiles> <RequestId>4AFF4109-FEFB-44E8-96A3-923B1FA8C46E</RequestId> <Success>true</Success>
JSON
Format
{ "DataCorrectBackupFiles": { "FileUrl": [ "https://xxx.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=1574382979&OSSAccessKeyId=wSa97B52GzF4fGqu&Signature=ykWSysajKcQjXjG0X4ApOQvlIXQ%3D" ] }, "RequestId": "4AFF4109-FEFB-44E8-96A3-923B1FA8C46E", "Success": true }
Error codes
Go to the Error Center For more information, see error codes.