Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Add a Server

POST /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