3 device.health.query, 4 device.restartlog.query, 9 3.4 device.restartlog.query – TANDBERG 3.0 User Manual

Page 13

Advertising
background image

Copyright © TANDBERG 2008

Reference Guide Version 3.0 rev 3.0

9

Field

Type

Comments

domainName (optional)

String

The domain name of this port.

nameServer (optional)

String

a.b.c.d format.

nameServerSecondary
(optional)

String a.b.c.d

format.

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
packetsReceived Integer
multicastPacketsSent Integer
multicastPacketsReceived Integer
bytesSent Integer
bytesReceived Integer
queueDrops Integer
collisions Integer
transmitErrors Integer
receiveErrors Integer

Stats from the web interface. It is worth noting
that all these values are 32 bit signed integers, and
thus may wrap.

bytesSent64 String
bytesReceived64 String

64 bit versions of the above stats, using a string
rather than an integer.


All fields above marked optional will be returned only if the interface has been enabled and has been
configured.

3.3 device.health.query

Returns the current status of the MCU, such as health monitors and CPU load.

Response

Type

Comments

cpuLoad

Integer

The CPU load, as a percentage.

mediaLoad Integer
audioLoad Integer
videoLoad Integer

Loads for the media processors (total, and split
between audio and video) as percentage values.
These are not present on ISDN gateways.

fanStatus String
fanStatusWorst String
temperatureStatus String
temperatureStatusWorst String
rtcBatteryStatus String
rtcBatteryStatusWorst String
voltagesStatus String
voltagesStatusWorst String

One of

ok

,

outOfSpec

and

critical

.

operationalStatus String One

of

active

,

shuttingDown

or

shutDown

.

3.4 device.restartlog.query

Used to return 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.

Advertising