Describes the trend of API security attacks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeUserEventTrend |
get |
*All Resource
|
|
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 the WAF instance. |
waf-cn-7mz2797x*** |
| ClusterId |
string |
No |
The ID of the hybrid cloud cluster. Note
This parameter is available only in hybrid cloud scenarios. Call the DescribeHybridCloudClusters operation to obtain information about hybrid cloud clusters. |
428 |
| RegionId |
string |
No |
The region of the WAF instance. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-aekzwwk****cv5i |
| EventScope |
string |
No |
The dimension of the security event. Valid values:
|
ip |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request result. |
||
| RequestId |
string |
The request ID. |
F51E6DD6-B2D2-57C9-90F1-FAFD0A19DE00 |
| Trend |
array<object> |
The list of attack trends. |
|
|
object |
The attack details. |
||
| EventHigh |
integer |
The number of important events. |
9 |
| EventLow |
integer |
The number of low-risk events. |
23 |
| EventMedium |
integer |
The number of medium-risk events. |
17 |
| Timestamp |
integer |
The time of the statistics. This is a UNIX timestamp in UTC. Unit: seconds. |
1723435200 |
TimeStamp
deprecated
|
integer |
The time of the statistics. This is a UNIX timestamp in UTC. Unit: seconds. |
1723435200 |
Examples
Success response
JSON format
{
"RequestId": "F51E6DD6-B2D2-57C9-90F1-FAFD0A19DE00",
"Trend": [
{
"EventHigh": 9,
"EventLow": 23,
"EventMedium": 17,
"Timestamp": 1723435200,
"TimeStamp": 1723435200
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.