How many monitor types do you support for detecting the status of a device?

MONITORS OVERVIEW The Cloud Networking system supports a very large subset of monitors from something as simple as a ping to something more complex as a DNS record lookup or even an HTTP Post that looks for specific content on the return. Configuring the correct monitor is essential to properly detecting outages for devices. Below […]

Delete an existing Access Control Group Entry

Method:              DELETE URI:                      ALF/Firewall/AccessControl/{IPType}/{ACLGROUPENTRYID} This method will delete an existing Access Control Group Entry (allow/deny rule). The {IPType} is either “IPv4” or “IPv6” The {ACLGROUPENTRYID} is the ID of the Access Control Group Entry that was previously created

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