Queries the list of export tasks for API security.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeApiExports |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| PageNumber |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call DescribeInstance to query the ID of the WAF instance. |
waf_v3prepaid_public_cn-p**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
D9532525-E885-54E7-A178-D5554D563AFB |
| ApiExports |
array<object> |
The list of export tasks. |
|
|
object |
The information about the export task. |
||
| Status |
string |
The status of the export task. Valid values:
|
completed |
| FileUrl |
string |
The download URL of the 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. |
CSV |
| FileName |
string |
The name of the file. |
file_16109541456445334c0f01d9a7444e0e908***.csv |
| CreateTime |
integer |
The time when the export task was created. This value is a UNIX timestamp. Unit: seconds. |
1725604852 |
| Total |
integer |
The total number of returned entries. |
7 |
Examples
Success response
JSON format
{
"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
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.