Retrieves the results file of a batch validation task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:GetValidateFile |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileId |
string |
No |
The file ID returned after the task is submitted. |
xxxx-xxxx-xxxx-xxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
yyyy-yyyy-yyyy-yyyy |
| FileUrl |
string |
The download URL of the result file. |
https://xxxxxx/yyy |
Examples
Success response
JSON format
{
"RequestId": "yyyy-yyyy-yyyy-yyyy",
"FileUrl": "https://xxxxxx/yyy"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.