All Products
Search
Document Center

Alibaba Cloud DNS:DescribeInterAuthStatisticsGlobalOverview

Last Updated:Apr 22, 2026

Retrieves a global overview of statistics for public authoritative DNS.

Operation description

Real-time data is aggregated hourly.

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

AcceptLanguage

string

No

The language of the returned availability zone names. Valid values:

  • zh-CN: Chinese.

  • en-US (default): English.

en-US

ClientToken

string

No

A unique, client-generated token to ensure the idempotence of the request. The token must be a string of ASCII characters and cannot exceed 64 characters in length.

23445411234395894586....

ServerRegion

string

No

The ID of the region.

cn-beijing

OverviewPeriod

string

No

The statistical period.

DAY

Response elements

Element

Type

Description

Example

object

The data returned for the request.

RequestId

string

The ID of the request.

389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA

Data

object

The statistical data.

TotalResolveCount

integer

The total resolve count.

18349

TotalResolveCountTrend

integer

The change in the total resolve count compared to the previous statistical period.

2341

AvgSuccessRatio

integer

The average success ratio.

72

AvgSuccessRatioTrend

integer

The change in the average success ratio compared to the previous statistical period.

75

Examples

Success response

JSON format

{
  "RequestId": "389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA",
  "Data": {
    "TotalResolveCount": 18349,
    "TotalResolveCountTrend": 2341,
    "AvgSuccessRatio": 72,
    "AvgSuccessRatioTrend": 75
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.