Mengkueri statistik historis untuk resolusi DNS otoritatif publik.
Deskripsi operasi
Real-time data statistics are aggregated hourly.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeInterAuthStatisticsHistory |
get |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| StartTimestamp |
integer |
No |
Awal rentang waktu untuk dikueri. Nilai ini adalah stempel waktu UNIX dalam milidetik. |
1474335170000 |
| EndTimestamp |
integer |
No |
Akhir rentang waktu untuk dikueri. Nilai ini adalah stempel waktu UNIX dalam milidetik. Peringatan Rentang waktu yang besar untuk domain dengan volume log resolusi yang tinggi dapat menyebabkan timeout kueri atau hasil yang tidak akurat. |
1741526400000 |
| ServerRegion |
string |
No |
Wilayah server. |
ap-southeast-3 |
| StatisticalType |
string |
No |
Tipe data deret waktu statistik. |
PROTOCOL 其它: PROTOCOL:DNS请求UDP协议、TCP协议维度统计(仅全局域名统计) QTYPE:DNS请求记录类型分布,如A、AAAA、CNAME、MX 等 RCODE:DNS否定应答统计 SUCCESS_RATIO:SUCCESS_RATIO:平均解析成功率(解析成功率 = 返回与请求记录类型(QTYPE)匹配的有效应答次数 / 总解析次数) REQUEST:DNS请求量统计,展示QPS查询趋势 |
| ZoneName |
string |
No |
Nama zona. |
lisheng999.com |
| DomainName |
string |
No |
Nama domain.Anda dapat mendapatkan nilai ini dengan memanggil operasi DescribeDomains.. |
dns-example.top |
| Rcode |
string |
No |
Kode tanggapan DNS. |
0 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. |
6856BCF6-11D6-4D7E-AC53-FD579933522B |
| Data |
array<object> |
An array of data objects. |
|
|
object |
The statistical data. |
||
| Timestamp |
integer |
The timestamp of the data point in milliseconds. |
1706716800000 |
| Count |
integer |
The request count. |
20 |
| ZoneName |
string |
The zone name. |
mt2.cn |
| DomainName |
string |
The domain name. |
example.com |
| Protocol |
string |
The DNS query protocol.
|
HTTP |
| Qtype |
string |
The query type. |
A |
| Ratio |
integer |
The success rate or ratio. |
100 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"Data": [
{
"Timestamp": 1706716800000,
"Count": 20,
"ZoneName": "mt2.cn",
"DomainName": "example.com",
"Protocol": "HTTP",
"Qtype": "A",
"Ratio": 100
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.