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 that contains properties for the object in attribute=value format, with each separated by a | (pipe) character. For example, a host record object may have a properties field such as ttl=123|comments=my comment|. This field can be null. | string | No |
Example
{
"id": 12345,
"type": "...",
"name": "...",
"value": "...",
"properties": "..."
}