Cloud Platform Release v23.7.0

Today we released a number of updates to our platform. Below are the details of these exciting enhancements. DNS Zone/Domain Restoration Feature: A significant feature released with this update is the ability to restore entire domains or even specific records within a domain to their prior state. On occasion a user will accidentally delete a […]

Total Uptime Technologies LLC Announces Its 6th Consecutive SOC2 Type 2 Attestation

Total Uptime Technologies LLC is the cloud availability platform that improves availability, performance, security and connectivity for any application, anywhere. FOR IMMEDIATE RELEASE Skyland, NC, May 16, 2022 – Total Uptime Technologies LLC announces its sixth consecutive SOC2 Type 2 attestation. Total Uptime Technologies LLC, the cloud availability platform, is proud to improve availability, performance, security and connectivity […]

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} […]

Delete a Load Balancing Profile

Method:              DELETE URI:                      /ALF/LoadBalance/Policy/{lbld} This method deletes the load balancing profile.

Update a Load Balancing Profile

Method:              PUT URI:                     /ALF/LoadBalance/Policy/{lbld} This method updates the load balancing profile. It requires the following information to successfully update: Field Data Type Name “string” Method “string” MethodHashLength “string” MethodIPv4Netmask “string” MethodIPv6MaskLength “string” Persistence “string” PersistenceTimeout “string” PersistenceIPv4NetMask “string” PersistenceIPv6MaskLength “string” PersistenceRule “string” PersistenceResponseRule “string” PersistenceCookieName “string”