9 related information sources, 1 system.xml, Related information sources – TANDBERG 3.0 User Manual

Page 51

Advertising
background image

Copyright © TANDBERG 2008

Reference Guide Version 3.0 rev 3.0

47

9 Related information sources

9.1 system.xml

While not strictly part of the XML-RPC API, some information can be retrieved from the system.xml file.
This can be downloaded via HTTP as the file system.xml in the root of the unit, i.e.
http://TestMCU/system.xml

This is only present on MCU, IP VCR and IP GW products.

An example is:


<system>
<manufacturer>Codian</manufacturer>
<model>MCU

4210</model>

<serial>MRV1001SM0004B8</serial>
<softwareVersion>1.4(1.2)</softwareVersion>
<buildVersion>6.6(1.2)</buildVersion>
<hostName>TestMCU</hostName>
<totalVideoPorts>20</totalVideoPorts>
<totalAudioOnlyPorts>20</totalAudioOnlyPorts>
<portReservationMode>disabled</portReservationMode>
<maxVideoResolution>cif</maxVideoResolution>
<uptimeSeconds>2345</uptimeSeconds>
</system>


The meaning of the fields is:

Field

Comments

manufacturer

The manufacturer of this MCU, i.e. Codian.

model

The model of this particular MCU, e.g. MCU 4210.

serial

The serial number of this MCU.

softwareVersion

The software version currently running.

buildVersion

The build version of the software currently running.

hostName

The host name of the system.

uptimeSeconds The

number

of seconds since boot.

totalVideoPorts

The total number of video ports on the MCU. (Not supported on the
IP GW).

totalAudioOnlyPorts
(optional)

The total number of additional audio only ports on the MCU. Only
present if there are any audio-only ports. (Not supported on the IP
GW).

portReservationMode "enabled"

or

"disabled", depending on the Media Port Reservation

configuration setting. (Not supported on the IP GW).

maxVideoResolution

The maximum video resolution for the MCU; either "cif" or "max" if
larger video is enabled. (Not supported on the IP GW).


Advertising