Retrieves the progress of an export task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetExportTask |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region where the threat analysis data management center is deployed. Select a region based on your asset location. Valid values:
|
cn-hangzhou |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| ExportId |
integer |
No |
The ID of the export task. |
200013 |
| RoleFor |
integer |
No |
The user ID of a member account. An administrator can use this parameter to operate as the specified member account. |
113091674488**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
9AAA9ED9-78F4-5021-86DC-D51C7511**** |
| FileName |
string |
The name of the file. |
event_1193842352994186_17344888****.xlsx |
| Id |
integer |
The ID of the export task. |
400185 |
| ExportType |
string |
The type of the export task. Valid value:
|
incident_list |
| ExportStatus |
string |
The status of the task. Valid values:
|
success |
| Progress |
integer |
The progress of the export task. |
66 |
| GmtCreate |
string |
The time when the task was created. |
1605076118000 |
| Link |
string |
The download link for the exported Excel file. |
https://cloud-siem-user-dataset.oss-cn-shanghai.aliyuncs.com/export_file/17661858******5/event_17661858******5_175748****.xlsx |
Examples
Success response
JSON format
{
"RequestId": "9AAA9ED9-78F4-5021-86DC-D51C7511****",
"FileName": "event_1193842352994186_17344888****.xlsx",
"Id": 400185,
"ExportType": "incident_list",
"ExportStatus": "success",
"Progress": 66,
"GmtCreate": "1605076118000",
"Link": "https://cloud-siem-user-dataset.oss-cn-shanghai.aliyuncs.com/export_file/17661858******5/event_17661858******5_175748****.xlsx"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.