Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 89
API reference 
Cisco TelePresence MCU Remote Management API Reference Guide  
Page 43 of 89
 
device.restartlog.query 
Returns the restart log - also known as the system log on the web interface. 
Response 
Type 
Comments 
Log 
Array 
Contains the restart log in structures as described 
below. 
The "Log" array consists of structures which contain the following fields. 
Field 
Type 
Comments 
Time 
dateTime.iso8601 
The time of the last reboot. 
Reason 
String 
The reason for the reboot (one of unknown, User
 
requested shutdown or User requested upgrade). 
 gatekeeper.query 
Retrieves the gatekeeper settings and current status for an MCU. Takes no parameters. 
Response 
Type 
Comments 
gatekeeperUsage 
String 
One of disabled, enabled or required. 
Optional parameters – only present if gatekeeperUsage is not disabled
address 
String 
The address of the gatekeeper. 
dnsStatus  
String 
The status of the DNS resolution: one of 
inProgress, resolved or failed. 
ip 
String 
If “dnsStatus” is resolved. Contains the IP 
address of the gatekeeper. 
activeRegistrations  
Integer 
The number of active registrations. 
pendingRegistrations  
Integer 
The number of registrations in progress. 
registrationPrefix 
String 
The registration prefix used by the MCU. 
h323ID 
String 
The h323 ID used by the MCU. 
mcuServicePrefix 
String 
The service prefix used by the MCU. 
scheduledConferenceIDRegistration 
String 
The value enabled or disabled; corresponds 
to web interface "ID registration for scheduled 
conferences" option.