Retrieve DNSSEC of Domain

Method:              GET URI:                      /CloudDNS/Domain/DNSSEC/{domainID} This method returns the DNSSEC details from the specified domain.

Export Domain

Method:              GET URI:                      /CloudDNS/Domain/Export/{domainName} This method exports a domain in its entirety (including all resource records) in a BIND format.

Retrieve All Domains with Geo Zone

Method:              GET URI:                      /CloudDNS/Domain/GeoZoneInfo/All This method will return all domains with geo zone within the account, including all sub-companies, if they exist. The parameters allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you […]

Import Domain from Copy and Paste

Method:              POST URI:                     /CloudDNS/Domain/Import/FromCopyPaste This method imports a domain from copy and paste. It requires that the following information be posted in order to successfully import the domain: domainName “example.com” nameServer “ns1.example.net” dnsType “Primary” – Also supports “Secondary”, “Reverse” data “string” overwrite “string”

Import Domain from the Internet

Method:              POST URI:                     /CloudDNS/Domain/Import/FromInternet This method imports a domain from the internet. It requires that the following information be posted in order to successfully import the domain: Field Sample data domainName “example.com” nameServer “ns1.example.net”

Retrieve TSIG for a Specific Domain

Method:              GET URI:                     /CloudDNS/Domain/TSIG/{domainID} This method returns TSIG settings for a specific domain. It requires that the following information be posted in order to successfully return the settings: Parameter Description perpage={value} An integer for number of items you would like returned in this response. E.g. {20} […]

Copy Domain

Method:              POST URI:                      /CloudDNS/Domain/{domainID}/Copy This method creates a new domain by copying an existing domain and all of its resource records. It requires that the following information be posted in order to successfully copies the domain: Field Sample data domainName “example.com” (this is the new […]

Can you host a .gov domain?

Yes! Total Uptime does provide secure DNS hosting for Federal, State, Municipal and other Government agencies. We fully support the .gov TLD (top level domain) and offer DNSSEC and 2FA security to meet government security requirements with ease. To learn more about our service, you can visit our Government DNS Service page where you will […]

Domains Tab

Not interested in reading the manual? We cover the essentials in a video at the bottom of this page! Customers who subscribe to the Cloud DNS service will see the Cloud DNS main tab and this domains sub-tab. There are four main sections as shown above: 1. Main Toolbar The main toolbar is used to […]

Add a Record to an Existing Domain

Method:              POST URI:                     /CloudDNS/Domain/{domainID}/{recordType} This method adds a record to an existing domain. It requires the following information to be posted in order to successfully create the record: For ‘A’ Records URI {recordType} value: “ARecord” Field Sample data aHostName “www” […]