You can query API security risk trends.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeUserAbnormalTrend |
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 view the ID of the current WAF instance. |
waf-cn-uqm342yj*** |
| ClusterId |
string |
No |
The ID of the hybrid cloud cluster. Note
This parameter applies only to hybrid cloud scenarios. Call the DescribeHybridCloudClusters operation to obtain information about hybrid cloud clusters. |
428 |
| 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 request ID. |
D7861F61-5B61-46CE-A47C-6B19160D5EB0 |
| Trend |
array<object> |
The list of risk trends. |
|
|
object |
The risk trend information. |
||
| AbnormalHigh |
integer |
The number of important security risks. |
12 |
| AbnormalLow |
integer |
The number of low-severity security risks. |
23 |
| AbnormalMedium |
integer |
The number of medium-severity security risks. |
14 |
| Timestamp |
integer |
The time of the statistics. The value is a UNIX timestamp that is in Coordinated Universal Time (UTC). Unit: seconds. |
1722268800 |
TimeStamp
deprecated
|
integer |
The time of the statistics. The value is a UNIX timestamp that is in Coordinated Universal Time (UTC). Unit: seconds. |
1722268800 |
Examples
Success response
JSON format
{
"RequestId": "D7861F61-5B61-46CE-A47C-6B19160D5EB0",
"Trend": [
{
"AbnormalHigh": 12,
"AbnormalLow": 23,
"AbnormalMedium": 14,
"Timestamp": 1722268800,
"TimeStamp": 1722268800
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.