Technical References

Indicates the default mode that regional clients should use
for DNS updates.
This default mode is overridden if a mode is specified in a given CCM
SCP message (in other words, by specific client request). If
unset, clients should always present the choice of mode to the user.
scope-edit-mode enumint(staged=1, synchronous=2) default = staged
Indicates the default mode that web UI and CLI clients use
for DHCP edits:
1 staged
Edits are written to the database but are not immediately
forwarded to the DHCP server; that is, they remain
unpublished by DHCP.
2 synchronous
Edits are written to the database and are immediately
forwarded for publishing to the DHCP server.
trim-changeset-age rangetime(24h-3y) default = 1y
Sets the minimum age for a change log entry to be eligible
for trimming.
trim-lease-hist-age rangetime(24h-1y) default = 24w
The minimum length of time that we will keep a lease history record in
the lease history database. Any lease history record older than this
time will be deleted when the next lease history database trimming
operation occurs.
If set to 0, all lease history data will be trimmed. Changes to this
setting will take effect on the next server restart.
trim-lease-hist-interval rangetime(0-1y) default = 24h
This interval specifies how often to trim the old lease history data.
If set to 0 no automatic lease history trimming occurs.
If lease history collection and polling are enabled and this parameter
is set to 0, the lease history database will continue to grow without
bound. Changes to this setting will take effect on the next server
restart.
trim-subnet-util-age rangetime(24h-1y) default = 24w
The age that we will allow a subnet-util trimming element to be before
deciding to delete that element. If this value is set to zero, we will
not consider the record age when trimming. Changes to this setting
will take effect on the next server restart.
trim-subnet-util-interval rangetime(0-1y) default = 24h
This interval specifies how often to trim the old subnet utilization
data. If set to 0 no automatic subnet utilization trimming occurs.
Changes to this setting will take effect on the next server restart.
webui-mode enumint(Basic=0, Advanced=1, Expert=2) default = Basic
Sets the mode for the web UI at session startup:
0 basic
1 advanced
2 expert