API Documentation
Home > Total Uptime APIv2.0 Overview > Networking API > Add a Server

Add a Server

Method:              POST
URI:                      /ALF/Server

This method adds a new server to your company account only (it does not add it to a server group or failover group or otherwise add it to any pack). 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: Use IPAddress or FQDN. You cannot use both.
*FQDN The fully qualified domain name of your server. E.g. “server1.example.com”
Note: Use IPAddress or FQDN. You cannot use both.
MonitoringEnabled “yes”, “no”
AlertListID The ID of the alert list
AlertForUp “yes”, “no”
AlertForDown “yes”, “no”
MarkWhenDown “0” or “1”

* is a required field