Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 950 Bytes

NewOrUpdatedRecord.md

File metadata and controls

19 lines (15 loc) · 950 Bytes

NewOrUpdatedRecord

Properties

Name Type Description Notes
name str
type str Record type (SOA, NS, A/AAAA, CNAME, SRV, MX, TXT, SPF)
ttl int [optional]
email str Email of domain's admin (only for SOA records) [optional]
content str Record content (not for SRV) [optional]
location str [optional]
weight int Relative weight for records with the same priority (only for SRV) [optional]
port int Service port (only for SRV) [optional]
target str Service hostname (only for SRV) [optional]
priority int Record priority (only for SRV and MX records) [optional]

[Back to Model list] [Back to API list] [Back to README]