Account API

Click on one of the links on the left to find specific information about using the API to change account settings.

Information Tab (Account)

This section displays some login information about your company.   Select the Company from the drop-down menu at the top, and this screen will show some general information about that company. Total Users:  Shows the total number of users in the company, as well as how many of those users are “inactive” or “locked”. Logins:  […]

Account Admin

Not interested in reading the manual? We cover the essentials in a video at the bottom of this page! This section covers the “account” link in the upper-right corner of the interface. It allows you to manage your company information, including contact information, authorized users and which roles they are assigned to.  You can purchase IP […]

Account Management – A Quick Start Video

  Watch this video to understand the functionality found in the Account section of the Total Uptime cloud management portal. Here you’ll learn how to modify company information, add/edit and delete users, create roles & security groupings, alert lists and much more.

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