DescribeSuspiciousExportInfo
Description
get abnormal event 'export' task information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeSuspiciousExportInfo
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ExportId | BODY | long | No | No sample value for this parameter. | 'export' task record ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
GmtCreate | long | no demo value | 'export' task creation time. |
Progress | integer | no demo value | 'export' progress. |
TotalCount | integer | no demo value | total number of 'export'ed records. |
RequestId | string | no demo value | request ID. |
Message | string | no demo value | 'export' task status description or failure information. |
FileName | string | no demo value | 'export' file name. |
ExportStatus | string | no demo value | 'export' task status: init: indicates that the 'export' task is being initialized pending: indicates that the 'export' task is waiting for summary 'export'ing: indicates that the 'export' task is running success: indicates that the 'export' task has been successfully completed fail: indicates that the 'export' task failed |
CurrentCount | integer | no demo value | currently number of 'export'ed records. |
Id | integer | no demo value | 'export' task record ID. |
Link | string | no demo value | 'export' file download link. |
Example
Successful Response example
{
"GmtCreate":"no demo value",
"Progress":"no demo value",
"TotalCount":"no demo value",
"RequestId":"no demo value",
"Message":"no demo value",
"FileName":"no demo value",
"ExportStatus":"no demo value",
"CurrentCount":"no demo value",
"Id":"no demo value",
"Link":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}