Description
Deployment options configure both DHCP and DNS services on the network. They are available as DHCP client and service options, including standard DNS options. Deployment options support the standard object functions.
Properties
Property name | Description | Data type | Read-only |
---|---|---|---|
id | The database ID of the option in Address Manager. | integer (int64) | No |
type | The option type listed in Option Types. This field cannot be null. | string | No |
name | The name of the option. | string | No |
value | The single or multiple field value of the option; multiple values are comma-separated. This field cannot be null. | string | No |
properties | A string containing additional properties. This is used for user-defined fields on most objects, but also passes some values that do not have their own specific parameter. | string | No |
Example
{ "id": 12345, "type": "...", "name": "...", "value": "...", "properties": "..." }