Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 89
Related information sources 
Cisco TelePresence MCU Remote Management API Reference Guide  
Page 71 of 89
 
Related information sources 
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, for example, 
. 
The fields included in the system.xml file depend on whether the file is from a master or slave MCU. 
This is indicated in the table below. An example system.xml file is as follows: 
 
<system> 
 
<manufacturer>Cisco</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> 
 
<totalStreamingAndContentPorts>20</totalStreamingAndContentPorts> 
 
<videoPortAllocation> 
 
 
<sd>40</sd> 
 
</videoPortAllocation> 
 
<portReservationMode>disabled</portReservationMode> 
 
<maxVideoResolution>cif</maxVideoResolution> 
 
<uptimeSeconds
>2345</uptimeSeconds> 
 
<clusterType>master</clusterType> 
</system> 
 
The fields in the file are described in the table below. 
Field 
Comments 
manufacturer 
The manufacturer of this MCU.. 
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. 
totalVideoPorts 
The total number of video ports on the MCU. In an MCU cluster, 
a slave returns a value of 0.  
totalAudioOnlyPorts 
The total number of audio only ports on the MCU. In an MCU 
cluster, a slave returns a value of 0. 
totalStreamingAndContentPorts 
The total number of ports allocated for streaming content. This 
value is only returned if it is non-zero.