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.
|
moveDnsRoles |
Location: query Type: boolean If set to true, DNS roles will be moved to the target
server interface.
|
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.
|
targetServerInterfaceId |
Location: query Type: integer (int64) The object ID of the server interface of the server to which the roles
are to be moved.
|
Responses
Code | Description |
---|---|
204 |
Type: none None.
|