Description
Moves all DNS and DHCP deployment roles from a server to the specified interface of another server.
Parameters
Name | Description |
---|---|
moveDhcpRoles |
Location: query Type: boolean If set to true, DHCP roles will be moved to the target server interface.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
moveDnsRoles |
Location: query Type: boolean If set to true, DNS roles will be moved to the target server interface.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
options |
Location: query Type: string This is reserved for future use. |
sourceServerId |
Location: query Type: integer (int64) The object ID of the server that contains the roles.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
targetServerInterfaceId |
Location: query Type: integer (int64) The object ID of the server interface of the server to which the roles are to be moved.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
204 |
Type: none None. |