Get DHCP vendor deployment option - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Retrieve a DHCP vendor deployment option assigned for the specified object, excluding the options inherited from the higher-level parent object.

API method: GET /v1/getDHCPVendorDeploymentOption

Output / Response:Returns an APIDeploymentOption for the DHCP vendor client deployment option. The APIDeploymentOption is empty if the specified option does not exist. The property string of the returned APIDeploymentOption contains at least contain the following substring to represent vendor option definitions:

optionId=optionID|optionType=Integer(-128 to 127)|optionDescription=description 
multipleSignedInt8|optionAllowMultiple=boolean|server=serverID|

server=serverID only appears if the DHCP vendor client deployment option is used for a specific server.

Note: GET /v1/getDeploymentOptions can also be used as a generic method for retrieving deployment options.