Users Guide

108 |
Example
:
<FirmwareInformation>
<Command>curl.exe</Command>
<Arguments>
<![CDATA[ -s -f --insecure --form file_download=@<filename>
<url>]]>
</Arguments>
-<Url>
<![CDATA[FileDownload.cgi]]>
</Url>
</FirmwareInformation>
Group information
It describes one or more variable content with Write elements that define the
Properties that can be set through SNMP Write and Web Write. Parameters
which have similar URL are grouped to perform SET operations. If the
parameter is included with their corresponding group, the SET operation can
not be performed. The group name must not be common for different URLs.
The Action element defines the URL of the particular parameter located. The
PropertyName element describes the variable name, ordinal to which it
belongs. The RequiredFileds element defines the required parameters which
has to be sent along with the parameter which has to be SET.
Example:
<GroupInformation>
<Group Name="ABook">
<Action><![CDATA[EX:srvcset/emlusredt00(REPLACE).htm]]></Action>
<Property Name="AddressBook" Ordinal="1" Required="false"/>
</Group>
<Group Name="ABookDelete">
<Action><![CDATA[EX:srvcset/emlusrdlt00(REPLACE).htm]]></Action>
<Property Name="AddressBook" Ordinal="1" Required="false"/>
</Group>
<Group Name="ServerABook">
<Action><![CDATA[EX:srvcset/svradredt00(REPLACE).htm]]></Action>
<Property Name="ServerAddressBook" Ordinal="1" Required="false"/>
</Group>