Menanyakan status progres tugas ekspor kerentanan.
Deskripsi operasi
Jika nilai ExportStatus adalah success, URL untuk mengunduh file Excel yang diekspor akan dikembalikan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeVulExportInfo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ExportId |
integer |
Yes |
ID task. |
14356 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Data yang dikembalikan. |
||
| Link |
string |
URL tempat Anda dapat mengunduh file Excel yang diekspor. |
http://www.aliyun.com |
| Progress |
integer |
Persentase progres task. |
100 |
| RequestId |
string |
ID permintaan, yang digunakan untuk melokalisasi dan memecahkan masalah. |
4C1AE3F3-18FA-4108-BXXX-AFA1A032756C |
| CurrentCount |
integer |
Jumlah entri yang diekspor. |
1 |
| Message |
string |
Pesan yang menunjukkan hasil task. Nilainya tetap success, yang menandakan bahwa task telah selesai. |
success |
| FileName |
string |
Nama file Excel yang diekspor. |
app_20210917 |
| TotalCount |
integer |
Jumlah total entri dalam file Excel yang diekspor. |
10 |
| ExportStatus |
string |
Status task ekspor. Nilai yang valid:
|
success |
| Id |
integer |
ID task. |
14356 |
Contoh
Respons sukses
JSONformat
{
"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
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.