Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 77
EndTimeDTS 
The end date of daylight saving time.
GMTOffset 
The GMT (UTC) offset.
SystemCategory
SystemCategory
An enumeration value of what category of system this is. The available options are:
 
n
Endpoint
 
n
Equipment
 
n
Room
 
n
Recording
SystemStatus
SystemStatus
An enumeration with the status of the system when this function is call. Note that the status of 
the system can change frequently. The possible values are:
 
n
Alive
 
n
Idle
 
n
InCall
 
n
NoResponse
 
n
Unknown
TMSSystem object XML
The XML below describes the TMSSystem object. Following the XML is a description of the elements and 
what information each element it contains.
Note that as all fields are not required, the output may contain less system information than the object can 
hold.
<TMSSystem>
 
 
 
<SystemId>
long
</SystemId>
 
 
<SystemName>
string
</SystemName>
 
 
<Contact>
string
</Contact>
 
 
<Manufacturer>
string
</Manufacturer>
 
 
<Description>
string
</Description>
 
 
<SystemType>
string
</SystemType>
 
 
<NetworkAddress>
string
</NetworkAddress>
 
 
<Location>
string
</Location>
 
 
<ISDNNumber>
string
</ISDNNumber>
 
 
<QNumber>
string
</QNumber>
 
 
<WebInterfaceURL>
string
</WebInterfaceURL>
 
 
<SIPUri>
string
</SIPUri>
 
 
<H323Id>
string
</H323Id>
 
 
<E164Alias>
string
</E164Alias>
 
 
<TimeZone>
 
 
 
<TimezoneName>
string
</TimezoneName>
 
 
 
<StartTimeDTS>
string
</StartTimeDTS>
 
 
 
<EndTimeDTS>
string
</EndTimeDTS>
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 29 of 77
Remote setup API reference
TMSSystem object