Schemas
UpdateDnsRecordRequest
recordTypeDNS record type to update.
currentValueCurrent record value to match.
valueNew record value.
hostHost label for the record.
ttlTime to live in seconds.
priorityPriority for MX or SRV records.
weightWeight for SRV records.
portPort for SRV records.
DnsPendingInvoicesDto
totalItemsTotal pending invoices (recsindb)
itemsOnPagePending invoices on this page (recsonpage)
Pending invoice entries in list order
PendingInvoiceDto
invoiceIdInvoice identifier
transactionIdTransaction identifier
amountInvoice amount
currencySymbolCurrency symbol
descriptionInvoice description
CreateDnsRecordRequest
recordTypeDNS record type (A, AAAA, CNAME, MX, NS, TXT, SRV, PTR).
valueRecord value (IPv4, IPv6, hostname, or text depending on record type).
hostHost label for the record.
ttlTime to live in seconds.
priorityPriority for MX or SRV records.
weightWeight for SRV records.
portPort for SRV records.
DnsRecordEntryDto
hostvaluettlstatusrecordTypepriorityweightportDeleteDnsRecordByTypeRequest
recordTypeDNS record type to delete.
valueRecord value to delete.
hostHost label for the record.
ActivateDnsServiceResponse
statusOperation status
messageStatus message (msg in the response)
zoneIdDNS zone identifier
transactionIdTransaction identifier when returned in the response
Pending invoice details when activation requires payment
DnsMutationResponse
statusOperation status.
messageHuman-readable result message.
transactionIdTransaction identifier when returned by the service.

