Description
Adds servers to Address Manager.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration to which you wish to add the server.
|
defaultInterfaceAddress |
Location: query Type: string The physical IP address for the server within Address Manager.
|
fullHostName |
Location: query Type: string The DNS FQDN by which the server is referenced.
|
name |
Location: query Type: string The name of the server within Address Manager.
|
profile |
Location: query Type: string The server capability profile. The profile describes the type of server
or appliance being added and determines the services that can be deployed
to this server. This must be one of the constants found in Server capability profiles.
|
properties |
Location: query Type: string A string containing the following options:
Note: For DNS/DHCP Servers without multi-port support, the
interface-related property options will be ignored.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new server.
|