Queries the Domain Name System Security Extensions (DNSSEC) information for a specified domain name.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDomainDnssecInfo |
get |
*domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
The default value is zh. |
en |
| DomainName |
string |
Yes |
The domain name. To obtain the domain name, call DescribeDomains. |
example.com |
Response elements
|
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 |
Examples
Success response
JSON format
{
"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"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.