DNSSEC Details
Request URL
Request Method
Request Parameter
Field |
Parameter |
Type |
Required |
Description |
APPID |
appid |
String |
Yes |
Application Client Id |
Timestamp |
gntime |
String |
Yes |
The current UNIX timestamp |
Signature |
gntoken |
String |
Yes |
Signature string. For details, please refer to the Signature Method page. |
Domain name |
ym |
String |
Yes |
domain name |
Response Data
Field |
Parameter |
Type |
Description |
response code |
code |
Integer |
1:success -1:fail |
response message |
msg |
String |
response message |
response data |
data |
Object |
response data |
Response Demo
{
"code": 1,
"msg": "OK",
"data":[ {
"sj": "2023-10-09 15:44:51",//UTC+8
"ym": "example.com",
"keytag": "1235",
"algorithm": "12",
"digesttype": "2",
"digest": "fedssfghbgdffdfbgfsdfaSDFDSDFSDSD",
"ds": "1235|12|2|fedssfghbgdffdfbgfsdfaSDFDSDFSDSD"
},
{
"sj": "2023-10-09 15:44:51",//UTC+8
"ym": "example.com",
"keytag": "1235",
"algorithm": "12",
"digesttype": "2",
"digest": "fedssfghbgdffdfbgfsdfaSDFDSDFSDSD",
"ds": "1235|12|2|fedssfghbgdffdfbgfsdfaSDFDSDFSDSD"
}]
}