Magidoc

DnsRecord
Object

DNS record details including the host, value, TTL, and record-type-specific properties

Fields

#

errorMsg

Non-null

Error message from the DNS lookup, if any

host

Non-null

The host/name portion of the DNS record relative to the domain (@ indicates the domain itself)

policy

Non-null

DMARC policy value (none, quarantine, reject). Only applicable to DMARC records

preference

Non-null

MX record priority (lower values indicate higher priority). Only applicable to MX records

ttl

Non-null

Time-to-live in seconds for the DNS record

type

Non-null

The type of DNS record (DkimK1, DkimK2, Mx, Dmarc, Spf)

value

Non-null

The value/data of the DNS record (e.g., CNAME target, MX server, TXT content)

Usages

#

References

#