Retrieve all Geo Zone IPv6 Pool Entries

Method:              GET URI:                       /CloudDNS/GeoZone/IPv6Pool/{geoZoneIPv6PoolId}/Entry/All This method will return all Geo Zone IPv6 Zone Pool Entries within the account, including all sub-companies, if they exist. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards […]

Retrieve all Geo Zone IPv6 Pools

Method:              GET URI:                       /CloudDNS/GeoZone/IPv6Pool/All This method returns all Geo Zone IPv6 Zone Pools within the account, including all sub-companies, if they exist. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be […]

Retrieve all Geo Zones

Method:              GET URI:                       /CloudDNS/GeoZone/List This method will return all Geo Zones within the account, including all sub-companies, if they exist. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by […]

Retrieve the Roles

Method:              GET URI:                       /Account/Role/All This method lists the roles. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by an ampersand “&” character. The options include: Parameter Description perpage={value} An […]

Retrieve all Users

Method:              GET URI:                       /Account/User/All This method will return all users. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by an ampersand “&” character. The options include: Parameter Description perpage={value} […]

Retrieve All Companies

Method:              GET URI:                       /Account/Company/All This method will return all companies within the account, including all sub-companies, if they exist. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by an […]

Retrieve All Active Companies

Method:              GET URI:                       /Account/Company/ActiveOnly This method will return all active companies within the account, including all sub-companies, if they exist. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by […]

How Fast is DNS Failover?

We’re often asked how quickly an ‘A’ or ‘AAAA’ record controlled by a DNS Failover pool can update across the internet. TLDR: 2.5 minutes is about as fast as it can go. If you’re curious how we came up with this number, here’s the backstory on how it all works. DNS Failover update speed is […]

Cloud Platform Release v20.12.0

Between November 25th and and December 29th platform updates are placed on hold in order to minimize any impact to customers who rely on the holiday season for a significant portion of their revenue. So November and the vast majority of December didn’t see any significant changes released. But we were still working hard behind-the-scenes […]

Defending Against SQL Injection

If you’re worried about computer hackers, you should be worried about SQL injection (SQLi). It keeps showing up on the top ten list of the Open Web Application Security Project (OWASP). In 2013, the year of their latest approved list, OWASP put injection at the top of the list. “Injection flaws such as SQL, OS, […]