Queries the number of requests for all paid domain names in your account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDomainStatisticsSummary |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
en |
| PageNumber |
integer |
No |
The page number. The start value is 1. The default value is 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. The maximum value is 100 and the minimum value is 1. The default value is 20. |
20 |
| StartDate |
string |
Yes |
The start date of the query. The format is YYYY-MM-DD. You can query data from the last 90 days only. The value of |
2019-07-04 |
| EndDate |
string |
No |
The end date of the query. The format is YYYY-MM-DD. The default value is the current date. |
2019-07-04 |
| SearchMode |
string |
No |
The search mode for the keyword. Valid values:
|
LIKE |
| Keyword |
string |
No |
The keyword. The search is performed in `%KeyWord%` mode and is case-insensitive. |
test |
| Threshold |
integer |
No |
The threshold for the number of requests. This operation returns domain names whose request count is less than or equal to the specified value. For example, if you set this parameter to 100, domain names with 100 or fewer requests are returned. If you do not specify this parameter, all domain names are returned. |
12 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageSize |
integer |
The number of entries returned on each page. |
5 |
| RequestId |
string |
The unique request ID. |
CC625C21-8832-4683-BF10-C3CFB1A4FA13 |
| PageNumber |
integer |
The page number of the returned page. |
1 |
| TotalPages |
integer |
The total number of pages. |
14 |
| TotalItems |
integer |
The total number of entries. |
68 |
| Statistics |
object |
||
| Statistic |
array<object> |
The list of statistics. |
|
|
object |
|||
| DomainName |
string |
The domain name. |
example.com |
| Count |
integer |
The number of requests. |
35509014 |
| DomainType |
string |
The type of the domain name. The value is not case-sensitive. Valid values: PUBLIC: An authoritative domain name. This is the default value. CACHE: An authoritative proxy domain name. |
PUBLIC |
| resolveAnalysisStatus |
string |
The status of the DNS traffic analysis feature for the domain name:
|
OPEN |
Examples
Success response
JSON format
{
"PageSize": 5,
"RequestId": "CC625C21-8832-4683-BF10-C3CFB1A4FA13",
"PageNumber": 1,
"TotalPages": 14,
"TotalItems": 68,
"Statistics": {
"Statistic": [
{
"DomainName": "example.com",
"Count": 35509014,
"DomainType": "PUBLIC",
"resolveAnalysisStatus": "OPEN"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.