62
D 13887.08
MAY 2008
TANDBERG 3000
MXP
&
6000
MXP
REFERENCE GUIDE FOR SYSTEM INTEGRATORS
As an alternative to the XACLI output format, XML format is
supported through the root command xgetxml. The xgetxml
takes an XPath expression as parameter and the elements
(or complete document) matching the expression will be
returned.
EXAMPLE
xgetxml status/ip
<Status>
<IP item=”1”>
<Address item=”1”>10.47.11.179</Address>
<SubnetMask item=”1”>255.255.248.0</SubnetMask>
<Gateway item=”1”>10.47.8.1</Gateway>
<V6 item=”1”>
<Address item=”1” type=”NA”></Address>
<Address item=”2” type=”NA”></Address>
</V6>
<DNS item=”1”>
<Server item=”1”>
<Address item=”1”>10.0.0.10</Address>
</Server>
<Server item=”2”>
<Address item=”1”>10.0.0.2</Address>
</Server>
<Server item=”3”>
<Address item=”1”></Address>
</Server>
<Server item=”4”>
<Address item=”1”></Address>
</Server>
<Server item=”5”>
<Address item=”1”></Address>
</Server>
<Domain item=”1”>
<Name item=”1”>eu.tandberg.int</Name>
</Domain>
</DNS>
</IP>
</Status>
OK
XACLI – Special Commands – xgetxml
About the TANDBERG API
About
xgetxml