Call the GetDataExportDownloadURL to obtain the download address of the data export result attachment.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetDataExportDownloadURL |
The operation that you want to perform. Valid values: GetDataExportDownloadURL . |
OrderId | Long | Yes | 12345 |
The ID of the ticket. |
Tid | Long | Yes | -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 .
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DownloadURLResult | Struct |
The download URL of the exported file. |
|
HasResult | Boolean | true |
Indicates whether the download result is available. |
TipMessage | String | tip message |
The exception prompt message. |
URL | String | xxx |
The download URL of the exported 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=GetDataExportDownloadURL &OrderId=12345 &Tid=-1 &<common request parameters>
Sample success responses
XML
format
<DownloadURLResult> <URL>https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=1574384313&OSSAccessKeyId=wSa97B52GzF4fGqu&Signature=HQQWBRSKiVV6cupugh1/eAVSqXg%3D</URL> <HasResult>true</HasResult> </DownloadURLResult> <RequestId>4BF24EA5-9013-4C85-AE68-6C23AF5E0097</RequestId> <Success>true</Success>
JSON
Format
{ "DownloadURLResult": { "URL": "https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip?Expires=1574384313&OSSAccessKeyId=wSa97B52GzF4fGqu&Signature=HQQWBRSKiVV6cupugh1/eAVSqXg%3D", "HasResult": true }, "RequestId": "4BF24EA5-9013-4C85-AE68-6C23AF5E0097", "Success": true }
Error codes
Go to the Error Center For more information, see error codes.