TANDBERG D13639 Network Card User Manual


 
TANDBERG MPS API
User Guide
30
2.5 XML Output - xgetxml
As an alternative to the standard XACLI output format, XML format is supported through the
root command xgetxml. xgetxml takes an XPath expression as parameter and the elements
(or complete document) matching the expression will be returned.
Example 2.19
xgetxml status/ip
<Status>
<IP item="1">
<Address item="1">10.47.8.20</Address>
<SubnetMask item="1">255.255.248.0</SubnetMask>
<Gateway item="1">10.47.8.1</Gateway>
</IP>
</Status>
OK