Modify an existing Access Control Group Entry

Method:              PUT URI:                      ALF/Firewall/AccessControl/{IPType}/{ACLID} This method will modify an existing Access Control Group Entry (allow/deny rule) within the specified Access Control Group ID specified. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group […]

Create a new Access Control Group Entry

Method:              POST URI:                      ALF/Firewall/AccessControl/{IPType}/{ACLID} This method will create a new Access Control Group Entry (allow/deny rule) within the specified Access Control Group ID specified. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group […]

Obtain the list of Access Control Group Entries

Method:              GET URI:                      /ALF/Firewall/AccessControl/{IPType}/{ACLID}/All?{options} This method will return all Access Control Group Entries (specific allow/block rules) for the specific ACL ID requested. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group which can […]

Delete an existing Access Control Group

Method:              DELETE URI:                      ALF/Firewall/AccessControlGroup/{IPType}/{ACLID} This method will delete an existing Access Control Group in the account for the specific IP type and ID. The {IPType} is either “IPv4” or “IPv6” The {ACLID} is the ID of the group which […]

Update an existing Access Control Group

Method:              PUT URI:                      ALF/Firewall/AccessControlGroup/{IPType}/{ACLID} This method will update an existing Access Control Group in the account for the specific IP type allowing you to change the name or Destination IP address it controls The {IPType} is either “IPv4” or […]

Create a new Access Control Group

Method:              POST URI:                    ALF/Firewall/AccessControlGroup/{IPType} This method will create a new Access Control Groups in the account for the specific IP type. A Group can be named anything you like, but the Destination IP must match an assigned IPv4 or IPv6 […]

Obtain the list of Access Control Groups

Method:              GET URI:                      /ALF/Firewall/AccessControlGroup/{IPType}/All?{options} This method will return all Access Control Groups in the account for the specific IP type requested, including all sub-companies, if they exist. The {IPType} is either “IPv4” or “IPv6” The {options} allow you to […]

Cloud Platform Release v23.2.0

Today we released three notable updates that more customers have requested recently, so we’ve expedited their development and release. Below are the details of these exciting enhancements. IP-to-Country Classification: Since the exhaustion of IPv4 Addresses several years ago, IP address blocks have been changing hands at an increasing rate. Not only have they been moving […]

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”

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