D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
DnsSoaRecordsPage.graphql
back
Copy
query DnsSoaRecordsPage { dns { template { soaRecord { mname ttl { value unit } refresh { value unit } retry { value unit } expire { value unit } minimum { value unit } serialNumberFormat rnameDomain rnameExternal rnameType rnameEnforce } isEnabled isExternalDnsEnabled records(filter: { type: [NS] } ) { displayVal } } } }