Queries the domain name statistics of API security events.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeApisecEventDomainStatistic |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call DescribeInstance to obtain the ID of the current WAF instance. |
waf_elasticity-cn-0xldbqt**** |
| ClusterId |
string |
No |
The hybrid cloud cluster ID. Note
For hybrid cloud scenarios only, you can call the DescribeHybridCloudClusters operation to query the hybrid cloud clusters. |
428 |
| StartTime |
integer |
No |
The start time, in UNIX timestamp (UTC) format. Unit: seconds. |
1668496310 |
| EndTime |
integer |
No |
The end time, in UNIX timestamp (UTC) format. Unit: seconds. |
1686895256 |
| PageNumber |
integer |
No |
The page number of the page to return in a paged query. Default value: 1, which indicates the first page. |
1 |
| PageSize |
integer |
No |
The number of entries per page in a paged query. Default value: 5, which indicates 5 entries per page. |
10 |
| OrderWay |
string |
No |
The sort order of the list. Valid values:
|
desc |
| RegionId |
string |
No |
The region where the WAF instance is deployed. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The Alibaba Cloud resource group ID. |
rg-acfmvyknl****fa |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| TotalCount |
integer |
The total number of entries returned. |
10 |
| RequestId |
string |
The request ID. |
66A98669-*******-80A6-3014697B11AE |
| Data |
array<object> |
The returned data. |
|
|
object |
The returned data. |
||
| High |
integer |
The number of high-risk events. |
10 |
| ApiCount |
integer |
The number of APIs. |
10 |
| Low |
integer |
The number of low-risk events. |
2 |
| Medium |
integer |
The number of medium-risk events. |
6 |
| Domain |
string |
The domain name. |
a.aliyun.com |
Examples
Success response
JSON format
{
"TotalCount": 10,
"RequestId": "66A98669-*******-80A6-3014697B11AE",
"Data": [
{
"High": 10,
"ApiCount": 10,
"Low": 2,
"Medium": 6,
"Domain": "a.aliyun.com"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.