Retrieves a zone-level overview of statistics for public authoritative DNS.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServerRegion |
string |
No |
The region. |
DescribeInterAuthStatisticsZoneOverview |
| ZoneName |
string |
No |
The name of the zone. |
cheng.suow.cc |
| OverviewPeriod |
string |
No |
The statistical period. Valid values: DAY, WEEK, and MONTH. |
DAY、WEEK、MONTH |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| Data |
object |
The overview data for the zone. |
|
| SuddenIncreaseDomainCount |
integer |
The number of domain names with a sudden increase in QPS. |
56 |
| SuddenDropDomainCount |
integer |
The number of domain names with a sudden drop in QPS. |
66 |
| RefusedDomainCount |
integer |
The number of domain names with refused responses. |
6 |
Examples
Success response
JSON format
{
"RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
"Data": {
"SuddenIncreaseDomainCount": 56,
"SuddenDropDomainCount": 66,
"RefusedDomainCount": 6
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.