5 xml output - xgetxml – TANDBERG MPS API Interface D13639 User Manual

Page 31

Advertising
background image

TANDBERG MPS API

User Guide

29

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

Advertising