Queries statistics about security events detected by basic API security checks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeFreeUserEventCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of your WAF instance. |
waf_v3prepay_public_intl-sg-vf*** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request result. |
||
| RequestId |
string |
The ID of the request. |
0D9FB3BC-0DE9-58A8-9663-ACE56F24F405 |
| Event |
object |
The information about security events from basic checks. |
|
| EventTotal |
integer |
The total number of API security events. |
16 |
| EventLow |
integer |
The number of low-risk events. |
12 |
| EventHigh |
integer |
The number of high-risk events. |
1 |
| EventMedium |
integer |
The number of medium-risk events. |
3 |
Examples
Success response
JSON format
{
"RequestId": "0D9FB3BC-0DE9-58A8-9663-ACE56F24F405",
"Event": {
"EventTotal": 16,
"EventLow": 12,
"EventHigh": 1,
"EventMedium": 3
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.