4 static system information, Static system information -7 – Echelon i.LON SmartServer 2.0 User Manual
Page 307

i.LON SmartServer 2.0 Programmer’s Reference
19-7
Property Description
R/W
<UCPTftpPassword
The password used to access the SmartServer via FTP.
The default password is ilon. You can specify a
different password, which may be up to 20 characters
long and contain letters, numerals, and the underscore
character.
r/w
<UCPTremoteBootEnable>
A flag indicating whether the SmartServer can be
rebooted remotely via the Setup - Reboot Web page.
r/w
<UCPTsecureAccessAllowed
>
A flag indicating whether the security settings on the
Setup – Security Web page can be modified if secure
access mode is temporarily disabled.
r/w
<UCPTsecureAccessAlways>
A flag indicating whether the security settings on the
Setup – Security Web page can be modified if secure
access mode is permanently disabled.
r/w
<UCPThttpPort>
The port the SmartServer uses for HTTP
communication. The default port is 80.
r/w
<UCPThttpsPort>
The port the SmartServer uses for HTTPS
communication. The default port is 443.
r/w
<UCPTftpPort>
The port the SmartServer uses for HTTP
communication. The default port is 80.
r/w
<UCPTtelnetPort>
The port the SmartServer uses for HTTP
communication. The default port is 80.
r/w
<UCPTwebEnable>
A flag indicating whether the SmartServer can be
accessed via HTTP.
r/w
19.1.4
Static System Information
You can use the SystemService_Read_Info function to get general information about the SmartServer, including
hardware and firmware versions, flash memory capacity and limits, and FPM license status. To do this, you provide the
SystemService_Read_Info function with an <iLONSystemService> element that includes one <UCPTsystemInfoType>
property that is set to SI_STATIC.
Request
<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLONSystemService>
<UCPTsystemInfoType>SI_STATIC</UCPTsystemInfoType>
</iLONSystemService>
</SystemService_Read_Info>
Response
<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLONSystemService>
<STATIC>
<UCPTlogTime>2008-04-03T17:29:47.314-07:00</UCPTlogTime>
<UCPTcpuClockRate>264000000</UCPTcpuClockRate>
<UCPTtotalDiskSpace>65398784</UCPTtotalDiskSpace>
<UCPTmodelNumber>72102</UCPTmodelNumber>