25 lines
469 B
GraphQL
25 lines
469 B
GraphQL
query DnsRecordsPage {
|
|
os {
|
|
isUnix
|
|
}
|
|
dns {
|
|
template {
|
|
isEnabled
|
|
templateNotSynchronized
|
|
soaTemplateNotSynchronized
|
|
isExternalDnsEnabled
|
|
records {
|
|
id
|
|
type
|
|
host
|
|
val
|
|
ttl
|
|
displayHost
|
|
displayVal
|
|
domainName
|
|
opt
|
|
}
|
|
}
|
|
}
|
|
}
|