486 XML API basetype properties
time-settings-table
Properties
Example
# show controller-date
...
<OBJECT basetype="time-settings-table" name="time-settings-table" oid="1">
<PROPERTY name="date-time" type="string">2012-02-16 13:12:28</PROPERTY>
<PROPERTY name="date-time-numeric" type="string">1329397948</PROPERTY>
<PROPERTY name="time-zone-offset" type="string">-07:00</PROPERTY>
<PROPERTY name="ntp-state" type="string">Enabled</PROPERTY>
<PROPERTY name="ntp-address" type="string">10.64.10.1</PROPERTY>
</OBJECT>
...
Table 82 time-settings-table properties
Name Type Description
date-time string Date and time, in the format year-month-day hour:minutes:seconds
(UTC), reported by the controller being accessed.
date-time-
numeric
string Unformatted date-time value.
time-zone-
offset
string The system's time zone as an offset in hours and minutes from UTC. This is shown
only if NTP is enabled.
ntp-state string Shows whether Network Time Protocol (NTP) is in use.
• activated: NTP is enabled.
• deactivated: NTP is disabled. This is the default.
ntp-address string NTP server IP address, or 0.0.0.0 if not set.