6 e mail settings, E-mail settings -11 – Echelon i.LON SmartServer 2.0 User Manual

Page 311

Advertising
background image

i.LON SmartServer 2.0 Programmer’s Reference

19-11

Property Description

R/W

<UCPTnumBlocksFree>

The number of free blocks of RAM on the
SmartServer.

r

<UCPTnumBlocksAlloc>

The number of blocks of RAM that have been
allocated on the SmartServer.

r

<AoUCPTdpMessageFailures>

An array of <UCPTdpMessageFailures> that indicate
the rate and number of data point message failures
over the last 2 minutes, 10 minutes, 60 minutes, and
24 hours (1440 minutes).

Data point message failures occur when the
SmartServer's data server passes data point updates to
an application. This problem can be caused by
high-network traffic, misconfigured applications, or
overactive remote applications attempting read or
write to the SmartServer's data points.

r

19.1.6

E-Mail Settings

You can use the SystemService_Read_Info function to get the settings of the e-mail (SMTP) servers
connected to your SmartServer. To do this, you provide the SystemService_Read_Info function with
an <iLONSystemService> element that includes one <UCPTsystemInfoType> property that is set to
SI_MAIL.

Request

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

</iLONSystemService>
</SystemService_Read_Info>

Response

<SystemService_Read_Info xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLONSystemService>
<MAIL>
<UCPTmailServer>10.2.120.3</UCPTmailServer>
<UCPTmailOriginator>[email protected]</UCPTmailOriginator>
<UCPTmailLogin>ilon</UCPTmailLogin>
<UCPTmailPassword>ilon</UCPTmailPassword>
</MAIL>

</iLONSystemService>

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

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

Property Description

R/W

<UCPTmailServer>

The IP address of the designated default SMTP e-mail
server.

r/w

<UCPTmailOriginator>

The string that appears in the From field of e-mail
messages sent through this SMTP service (e.g.
[email protected]).

r/w

Advertising