Description
Adds a DHCP deployment role to a specified object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID for the object to which you are adding the deployment role.
|
properties |
Location: query Type: string A string containing options including:
|
serverInterfaceId |
Location: query Type: integer (int64) The object ID of the server interface to which you are adding the role.
|
type |
Location: query Type: string The type of DHCP role to be added. The type must be one of those listed
in DHCP deployment role types.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DHCP server role object.
|