Queries the types of security events for basic API security detection.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
yundun-waf:DescribeFreeUserEventTypes | 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 obtain the ID of the current WAF instance. | waf_v3prepaid_public_cn-bl0**** |
RegionId | string | No | The region of the WAF instance. Valid values:
| cn-hangzhou |
ResourceManagerResourceGroupId | string | No | The ID of the resource group. | rg-acfm***q |
Response elements
Parameter | Type | Description | Example |
object | The request result. | ||
RequestId | string | The request ID. | B9D6AD11-DD3D-5A27-B1D9-8A37F7777196 |
| Data | array<object> | The list of security event types detected by the basic detection feature. | |
object | The information about the security event type detected by the basic detection feature. | ||
EventNum | string | The number of security events. | 4 |
EventType | string | The security event type. | SMSInterfaceAbuse |
Examples
Success response
JSON format
{
"RequestId": "B9D6AD11-DD3D-5A27-B1D9-8A37F7777196",
"Data": [
{
"EventNum": "4",
"EventType": "SMSInterfaceAbuse"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.