Obtains the download URL for the export results of a data export ticket.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetDataExportDownloadURL |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. |
3*** |
| OrderId |
integer |
Yes |
The ticket ID. You can call the ListOrders operation to query the ticket ID. |
546**** |
| RealLoginUserUid |
string |
No |
The ID of the Alibaba Cloud account used to call the API operation. |
21400447956867**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DownloadURLResult |
object |
The download URL details for the export results file of the ticket. |
|
| HasResult |
boolean |
Indicates whether export results are available for download. Valid values:
|
true |
| TipMessage |
string |
The exception message. |
tip message |
| URL |
string |
The download URL for the export results file of the ticket. |
https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip |
| RequestId |
string |
The request ID. |
4BF24EA5-9013-4C85-AE68-6C23AF5E0097 |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"DownloadURLResult": {
"HasResult": true,
"TipMessage": "tip message",
"URL": "https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip"
},
"RequestId": "4BF24EA5-9013-4C85-AE68-6C23AF5E0097",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.