Description
Adds a DHCP client option and returns the object ID for the new option object.
Parameters
| Name | Description |
|---|---|
| entityId |
Location: query Type: integer (int64) The object ID for the entity to which you are adding the client option.
|
| name |
Location: query Type: string The name of the DHCPv4 client option you are adding. This name must be one
of the constants listed in
DHCP client options.
|
| properties |
Location: query Type: string Adds object properties, including user-defined fields.
|
| value |
Location: query Type: string The value you are assigning to the option.
Note: Depending on the type of
deployment option you are adding, the format of the value might differ. For
more information, refer to
Reference: Deployment option value formats.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID for the new DHCPv4 client option object.
|