Description
Retrieves a DHCP vendor deployment option assigned for the object specified excluding the options inherited from the higher-level parent object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of the entity to which the DHCP vendor deployment option is assigned. This must be the ID of a configuration, IPv4 block, IPv4 network, IPv4 address, IPv4 DHCP rage, server, MAC address, or MAC pool. |
optionId |
Location: query Type: integer (int64) The object ID of the DHCP vendor option definition. |
serverId |
Location: query Type: integer (int64) The specific server or server group to which this option is deployed for the specified entity. To return an option that has not been assigned to a server, set this value to 0 (zero). Omitting this parameter from the method call will result in an error. |
Responses
Code | Description |
---|---|
200 |
Type: APIDeploymentOption Returns an APIDeploymentOption for the DHCP vendor client deployment option. |