Description
Retrieves the DHCP deployment role assigned to a specified object.
Parameters
| Name | Description |
|---|---|
| entityId |
Location: query Type: integer (int64) The object ID for the object to which the deployment role is assigned.
|
| serverInterfaceId |
Location: query Type: integer (int64) The object ID of the server interface to which the role is assigned.
|
Responses
| Code | Description |
|---|---|
| 200 |
Type: APIDeploymentRole Returns the DHCP deployment role assigned to the specified object, or returns an empty APIDeploymentRol if no role is defined.
|