Namespace: dns

dns

Methods for interacting with the DNS endpoints
https://www.vultr.com/api/#tag/dns
Source:

Methods

createDomain()

Create a DNS domain for the specified domain. If no IP address is specified, a domain with no records will be created.
https://www.vultr.com/api/#operation/create-dns-domain
Source:

createRecord()

Source:

deleteDomain()

Source:

deleteRecord()

Source:

getDnsSecInfo()

Get the DNSSEC information for the specified DNS domain.
https://www.vultr.com/api/#operation/get-dns-domain-dnssec
Source:

getDomain()

Get information for the specified DNS domain.
https://www.vultr.com/api/#operation/get-dns-domain
Source:

getRecord()

Get the specified DNS record for the specified DNS domain.
https://www.vultr.com/api/#operation/get-dns-domain-record
Source:

getSoaInfo()

Get SOA information for the specified DNS domain.
https://www.vultr.com/api/#operation/get-dns-domain-soa
Source:

listDomains()

List all DNS domains on the account.
https://www.vultr.com/api/#operation/list-dns-domains
Source:

listRecords()

Source:

updateDomain()

Update the specified DNS domain to enable or disable DNS security.
https://www.vultr.com/api/#operation/update-dns-domain
Source:

updateRecord()

Update information for the specified DNS record.
https://www.vultr.com/api/#operation/update-dns-domain-record
Source:

updateSoaInfo()

Update SOA information for the specified DNS domain.
https://www.vultr.com/api/#operation/update-dns-domain-soa
Source: