Mengkueri informasi Domain Name System Security Extensions (DNSSEC) untuk nama domain tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDomainDnssecInfo |
get |
*domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai valid:
Nilai default adalah zh. |
en |
| DomainName |
string |
Yes |
Nama domain. Untuk mendapatkan nama domain, panggil DescribeDomains. |
example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Status |
string |
The status of DNSSEC. Valid values:
|
ON |
| RequestId |
string |
The unique request ID. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| Digest |
string |
The digest. This parameter is returned if DNSSEC is enabled. |
C1A0424B97A049F1F9B2EA139CC298533219668164E343BD21203ABC4608C02A |
| DomainName |
string |
The domain name. |
example.com |
| PublicKey |
string |
The public key. This parameter is returned if DNSSEC is enabled. |
mdsswUyr3DPW132m****************** |
| DigestType |
string |
The digest type. This parameter is returned if DNSSEC is enabled. |
SHA256 |
| DsRecord |
string |
The Delegation Signer (DS) record. This parameter is returned if DNSSEC is enabled. |
example.com. 3600 IN DS 2371 13 2 C1A0424B97A049F1F9B2EA139CC29853321966816*************** |
| KeyTag |
string |
The key tag. This parameter is returned if DNSSEC is enabled. |
54931 |
| Flags |
string |
The flags. This parameter is returned if DNSSEC is enabled. |
257 (KSK) |
| Algorithm |
string |
The algorithm type. This parameter is returned if DNSSEC is enabled. |
13 |
Contoh
Respons sukses
JSONformat
{
"Status": "ON",
"RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
"Digest": "C1A0424B97A049F1F9B2EA139CC298533219668164E343BD21203ABC4608C02A",
"DomainName": "example.com",
"PublicKey": "mdsswUyr3DPW132m******************",
"DigestType": "SHA256",
"DsRecord": "example.com. 3600 IN DS 2371 13 2 C1A0424B97A049F1F9B2EA139CC29853321966816***************",
"KeyTag": "54931",
"Flags": "257 (KSK)",
"Algorithm": "13"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.