查看漏洞匯出任務的進度。
介面說明
匯出任務狀態為 success 時會返回下載連結。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeVulExportInfo |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ExportId |
integer |
是 |
漏洞匯出任務的 ID。 |
14356 |
| ResourceDirectoryAccountId |
integer |
否 |
1 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
匯出任務返回資料。 |
||
| Link |
string |
匯出後 Excel 的下載連結。 |
http://www.aliyun.com |
| Progress |
integer |
匯出進度百分比(%)。 |
100 |
| RequestId |
string |
本次呼叫請求的 ID,是由阿里雲為該請求生成的唯一標識符,可用於排查和定位問題。 |
4C1AE3F3-18FA-4108-BXXX-AFA1A032756C |
| CurrentCount |
integer |
當前已匯出資料的條數。 |
1 |
| Message |
string |
匯出結果提示資訊。固定值:success。表示匯出成功。 |
success |
| FileName |
string |
匯出的 Excel 檔案名稱。 |
app_20210917 |
| TotalCount |
integer |
匯出的 Excel 表格中資料的總條數。 |
10 |
| ExportStatus |
string |
匯出任務的狀態。取值:
|
success |
| Id |
integer |
漏洞匯出任務 ID。 |
14356 |
樣本
正常返回樣本
JSON格式
{
"Link": "http://www.aliyun.com",
"Progress": 100,
"RequestId": "4C1AE3F3-18FA-4108-BXXX-AFA1A032756C",
"CurrentCount": 1,
"Message": "success",
"FileName": "app_20210917",
"TotalCount": 10,
"ExportStatus": "success",
"Id": 14356
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。