Queries statistics for domain names with API security risks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeApisecAbnormalDomainStatistic |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstance to query the ID of the WAF instance. |
waf-cn-45919n*** |
| ClusterId |
string |
No |
The ID of the hybrid cloud cluster. Note
This parameter is used only in hybrid cloud scenarios. Call DescribeHybridCloudClusters to query information about hybrid cloud clusters. |
428 |
| StartTime |
integer |
No |
The beginning of the time range to query. The value is a UNIX timestamp in UTC. Unit: seconds. |
1682571600 |
| EndTime |
integer |
No |
The end of the time range to query. The value is a UNIX timestamp in UTC. Unit: seconds. |
1687313820 |
| PageNumber |
integer |
No |
The number of the page to return for a paged query. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
| OrderWay |
string |
No |
The sort order for the list. Valid values:
|
desc |
| 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 result of the request. |
||
| TotalCount |
integer |
The total number of entries returned. |
1 |
| RequestId |
string |
The request ID. |
66A98669-CC6E-4F3E-80A6-3014***B11AE |
| Data |
array<object> |
The data returned. |
|
|
object |
The response data. |
||
| High |
integer |
The number of important threats. |
12 |
| ApiCount |
integer |
The number of APIs. |
10 |
| Low |
integer |
The number of low-risk threats. |
4 |
| Medium |
integer |
The number of medium-risk threats. |
9 |
| Domain |
string |
The domain name. |
ba.aliyun.com |
Examples
Success response
JSON format
{
"TotalCount": 1,
"RequestId": "66A98669-CC6E-4F3E-80A6-3014***B11AE",
"Data": [
{
"High": 12,
"ApiCount": 10,
"Low": 4,
"Medium": 9,
"Domain": "ba.aliyun.com"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.