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

Update a Server

POST /ALF/Server/{ServerId}

This method updates an existing server. 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.
*UseClientIPHeader “on”, “off”
MonitoringEnabled “yes”, “no”
AlertListID The ID of the alert list
AlertForUp “yes”, “no”
AlertForDown “yes”, “no”
MarkWhenDown “0” or “1”

* is a required field