3 security settings, Security settings -5 – Echelon i.LON SmartServer 2.0 User Manual

Page 305

Advertising
background image

i.LON SmartServer 2.0 Programmer’s Reference

19-5

</iLONSystemService>
</SystemService_Read_Info>

Response

<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLONSystemService>
<TIME>
<UCPTtimeServer1>10.1.0.21</UCPTtimeServer1>
<UCPTtimeServer2>192.6.38.127</UCPTtimeServer2>

<UCPTtimeLastSynched>FRI APR 04 12:57:39 2008</UCPTtimeLastSynched>

<UCPTsystemTime>2008-04-04T12:57:41</UCPTsystemTime>
<UCPTtimeZone>(GMT-0800)

Pacific:-480:1:2.1.3.2:1.1.11.2</UCPTtimeZone>

</TIME>
</iLONSystemService>
<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">

The SystemService_Read_Info function returns one <TIME> item. The following table lists and
describes the properties of the <TIME> item. You can use the SystemService_Write_Info function to
configure those properties that are marked (r/w). Properties that are read-only are marked (r).

Property Description

R/W

<UCPTtimeServer1>

The IP address of the designated default SNTP time
server.

r/w

<UCPTtimeServer2>

The IP address of the designated backup SNTP time
server.

r/w

<UCPTtimeLastSynched>

The last time in which the SmartServer synchronized its
clock with the default SNTP time server. The amount of
time varies between 1 to 15 minutes, depending on the
difference in time between the SmartServer’s clock and
the SNTP time server. As the difference approaches 75
ms or less, the interval will keep increasing until it
reaches the maximum of 15 minutes.

r

<UCPTsystemTime>

Displays the time and date currently stored in the
SmartServer’s real time clock.

Note: If you have configured an SNTP time server,
changes to the time and date will be overwritten the next
time the SmartServer is synchronized with the SNTP
time server.

r

<UCPTtimeZone>

The time zone in which the SmartServer is located.

r/w

19.1.3

Security Settings

You can use the SystemService_Read_Info function to get the SmartServer’s security settings. To do
this, you provide the SystemService_Read_Info function with an <iLONSystemService> element that
includes one <UCPTsystemInfoType> property that is set to SI_SECURITY.

Request

<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLONSystemService>
<UCPTsystemInfoType>SI_SECURITY</UCPTsystemInfoType>

</iLONSystemService>
</SystemService_Read_Info>

Advertising