Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
API reference 
Cisco TelePresence MCU API 2.8 
Page 58 of 120
 
port data structures 
For each port on the device, device.network.query returns the following data: 
Field 
Type 
Comments 
enabled 
Boolean 
true if the port is enabled, otherwise false. 
ipv4Enabled 
Boolean 
true
 if IPv4 interface is enabled. Always returned 
unless there are no IP interfaces enabled on the 
port (neither IPv4 nor IPv6 is enabled). 
ipv6Enabled 
Boolean 
true
 if IPv6 interface is enabled. Always returned 
unless there are no IP interfaces enabled on the 
port (neither IPv4 nor IPv6 is enabled). 
linkStatus 
Boolean 
true if the link is up, false if the link is down. 
Speed 
Integer 
One of 10, 100 or 1000, in Mbps. 
fullDuplex 
Boolean 
true if full duplex enabled, false if half. 
macAddress 
String 
A 12 character string, no separators. 
packetsSent 
Integer 
Stats from the web interface. It is worth noting 
that all these values are 32 bit signed integers, 
and thus may wrap. 
packetsReceived 
Integer 
multicastPacketsSent 
Integer 
multicastPacketsReceived  Integer 
bytesSent 
Integer 
bytesReceived 
Integer 
queueDrops 
Integer 
collisions 
Integer 
transmitErrors 
Integer 
receiveErrors 
Integer 
bytesSent64 
String 
64 bit versions of the above stats, using a string 
rather than an integer. 
bytesReceived64 
String 
Optional parameters