Create HTTP Compression Policy.

Method:              POST URI:                      /ALF/Acceleration/HTTPCompressionPolicy This method creates new HTTP Compression Policy. The following parameters are required in order to create the new policy successfully: Field Data Type Name “string” Rule “string” Action “string”

Remove HTTP Compression Policy

Method:              DELETE URI:                      /ALF/Acceleration/HTTPCompressionPolicy/{policyId} This method removes an existing HTTP Compression Policy.

Retrieve All HTTP Compression Policies

Method:              GET URI:                     /ALF/Acceleration/HTTPCompressionPolicy/All This method lists the HTTP Compression Policies. The parameters 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 onward should be preceded by […]

Retrieve all HTTP Compression Policies of Pack

Method:              GET URI:                       /ALF/Acceleration/Pac/{pacId}/HTTPCompressionPolicy/All This method lists the HTTP Compression Policies of Pack. 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 onward should be preceded by an ampersand “&” character. The options include: […]

Add an HTTP Compression Policy to a Pack

Method:              PUT URI:                      /ALF/Pac/{ALFPacId}/AddHTTPCompressionPolicy/{PolicyId} This method adds an HTTP Compression Policy to a Pack.   Parameter Data Type Priority “string”

Create HTTP DoS Policy

Method:              POST URI:                      /ALF/DoS/Policy This method creates a new HTTP DoS policy. Field Sample data QueueDepth “string” ChallengeRate “string”

Remove HTTP DoS Policy

Method:              DELETE URI:                      /ALF/DoS/Policy/{dosId} This method removes an existing HTTP DoS policy.

Modify HTTP DoS Policy

Method:              PUT URI:                      /ALF/DoS/Policy/{dosId} This method modifies an existing HTTP DoS policy. Field Sample data QueueDepth “string” ChallengeRate “string”

How to Enable HTTP/2 Support

Enabling HTTP/2 support is quite easy in the Total Uptime ADC-as-a-Service platform. In fact, if you’ve deployed SSL within the last few years, then HTTP/2 support is probably already active and ready to go on your packs in addition to HTTP/1.1. In this article we’ll discuss a little bit about the history and benefits of […]