Queries the progress of a vulnerability export task.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeVulExportInfo |
The operation that you want to perform. Set the value to DescribeVulExportInfo. |
ExportId | Long | No | 14356 |
The ID of the vulnerability export task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Id | Long | 14356 |
The ID of the vulnerability export task. |
ExportStatus | String | success |
The status of the vulnerability export task. Valid values:
|
FileName | String | app_20210917 |
The name of the exported Excel file. |
TotalCount | Integer | 10 |
The total number of entries in the Excel file. |
CurrentCount | Integer | 1 |
The number of exported entries. |
Progress | Integer | 100 |
The progress percentage of the vulnerability export task. |
Link | String | http://www.aliyun.com |
The URL at which you can download the exported Excel file. |
Message | String | success |
The message that shows the task result. The value is fixed to success. It indicates that the export task is completed. |
RequestId | String | 4C1AE3F3-18FA-4108-BXXX-AFA1A032756C |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeVulExportInfo
&<Common request parameters>
Sample success responses
XML
format
<DescribeVulExportInfoResponse>
<Progress>100</Progress>
<TotalCount>10</TotalCount>
<Message>success</Message>
<RequestId>4C1AE3F3-18FA-4108-BXXX-AFA1A032756C</RequestId>
<FileName>app_20210917</FileName>
<ExportStatus>success</ExportStatus>
<CurrentCount>1</CurrentCount>
<Id>14356</Id>
<Link>https://vul-export.oss-cn-shanghai.aliyuncs.com/export/app_20210917_16318691xxxxxxx.zip?Expires=1631872725&OSSAccessKeyId=LTAI4GxxxxxjvGQuiV1X91YR&Signature=42chi2xxxxxxK%2BVtT8QsV%2BUjBySeXk%xx</Link>
</DescribeVulExportInfoResponse>
JSON
format
{
"Progress": "100",
"TotalCount": "10",
"Message": "success",
"RequestId": "4C1AE3F3-18FA-4108-BXXX-AFA1A032756C",
"FileName": "app_20210917",
"ExportStatus": "success",
"CurrentCount": "1",
"Id": "14356",
"Link": "https://vul-export.oss-cn-shanghai.aliyuncs.com/export/app_20210917_16318691xxxxxxx.zip?Expires=1631872725&OSSAccessKeyId=LTAI4GxxxxxjvGQuiV1X91YR&Signature=42chi2xxxxxxK%2BVtT8QsV%2BUjBySeXk%xx"
}
Error codes
For a list of error codes, visit the API Error Center.