Creating Servers/Devices using a FQDN

In the version 3.10 release of our cloud platform, we introduced support for creating back-end devices (servers) using a Fully Qualified Domain Name (FQDN) instead of an IP address. While it is always best to use an IP address instead of a domain name, there are some instances where a FQDN is the only option, […]

Create Cache Content Group

Method:              POST URI:                      /ALF/Acceleration/Cache/ContentGroup This method creates a new Cache Content Group. It requires that the following information be posted in order to successfully create the group: Field Data Type Name “string” CacheType “string” ExpiryMethod “string” PositiveResponseExpireTime “string” ErrorResponseExpireTime “string” MinObjectSize “string” MaxObjectSize “string” CacheAfterXHits […]

Modify Cache Content Group

Method:              POST URI:                      /ALF/Acceleration/Cache/ContentGroup/{groupId} This method modifies a Cache Content Group. Field Data Type Name “string” CacheType “string” ExpiryMethod “string” PositiveResponseExpireTime “string” ErrorResponseExpireTime “string” MinObjectSize “string” MaxObjectSize “string” CacheAfterXHits “string” CacheSize “string” IgnoreBrowserReloadRequest true RemoveReseponseCookies true IgnoreCacheControlPragmaHeadersRequest true LazyDNSResolution true InsertHTTPViaHeader true InsertHTTPAgeHeader true InsertHTTPETageHeader […]

Basic ADC-as-a-Service Configuration Walkthrough

Creating your first basic configuration to place a device behind the Total Uptime platform can be completed in 5 easy steps. Step 1 Log into the management panel and go to NETWORKING > CONFIGURATION BUILDER On this page you will see a wizard that will walk you through an initial configuration. Step 1 requires the […]

Cloud Platform Release v21.3.0

Our development team spent the last several weeks working hard to knock out a number of annoying bugs and enhancing features. This is a fairly significant platform update that also improves platform reliability and stability too. We think you’ll like what you see! New Rate Limiting Feature: We added a highly sought-after feature to ADC-as-a-Service […]

Anycast Hosting Made Easy

Total Uptime can make any device hosted in any cloud or data center anywhere anycast enabled in minutes! Even though we don’t offer infrastructure (servers, virtual machines etc.) directly, we give you the power to build the anycast hosting environment you want. Our ADC-as-a-Service plans each come with a dedicated IPv4 and IPv6 address (virtual […]

Cloud Platform Release v20.1.1

To close out January, we have released a few more updates in our effort of continuous improvement but to also complete one of the big items we’ve been working on for a number of weeks which we know you will appreciate! Here are the details: Enhanced 2FA: It’s finally here! After many weeks of hard […]

How to Install a SSL Certificate

Total Uptime gives you the ability to load a SSL certificate and key pair for use in SSL offload or decrypting the SSL session in order to insert client IP headers.  This article describes the process of retrieving your certificate and key files from a Linux web server, uploading them, and pairing them in our […]

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

Update a Server

Method:              POST URI:                      /ALF/Server/{ServerId} This method updates an existing server. It accepts the following information: Field Required data *Name The name of your server. E.g. “Server 1” *IPAddress The publicly accessible IP address of your server. E.g. “1.2.3.4” Note: […]