Mengkueri daftar tugas ekspor keamanan API.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeApiExports |
get |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Lang
deprecated
|
string |
No |
Bahasa konten dalam permintaan dan tanggapan. Nilai valid:
|
zh |
| PageNumber |
integer |
No |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default: 10. |
10 |
| InstanceId |
string |
Yes |
ID Instans Web Application Firewall (WAF). Catatan
Panggil operasi DescribeInstance untuk mengkueri ID Instans WAF. |
waf_v3prepaid_public_cn-p**** |
| RegionId |
string |
No |
Wilayah tempat Instans WAF berada. Nilai valid:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
ID kelompok sumber daya Alibaba Cloud. |
rg-acfm***q |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The ID of the request. |
D9532525-E885-54E7-A178-D5554D563AFB |
| ApiExports |
array<object> |
The list of API security export tasks. |
|
|
object |
The details of the export task. |
||
| Status |
string |
The status of the export task. Valid values:
|
completed |
| FileUrl |
string |
The download URL of the exported file. |
https://waf-api-sec-cn.***.aliyuncs.com/file_1610954145***.csv |
| Type |
string |
The type of the export task. Valid values:
|
apisec_api |
| Format |
string |
The format of the exported file, such as CSV. |
CSV |
| FileName |
string |
The name of the exported file. |
file_16109541456445334c0f01d9a7444e0e908***.csv |
| CreateTime |
integer |
The time when the export task was created. This is a UNIX timestamp. Unit: seconds. |
1725604852 |
| Total |
integer |
The total number of export tasks. |
7 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D9532525-E885-54E7-A178-D5554D563AFB",
"ApiExports": [
{
"Status": "completed",
"FileUrl": "https://waf-api-sec-cn.***.aliyuncs.com/file_1610954145***.csv",
"Type": "apisec_api",
"Format": "CSV",
"FileName": "file_16109541456445334c0f01d9a7444e0e908***.csv",
"CreateTime": 1725604852
}
],
"Total": 7
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.