All Products
Search
Document Center

Alibaba Cloud DNS:DescribeInterAuthStatisticsZoneOverview

Last Updated:Apr 22, 2026

Retrieves a zone-level overview of statistics for public authoritative DNS.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.