Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
95
Response elements
Type/Value
Description/Notes
cdrTime
Number
The current timestamp as would be written to a CDR generated at the
time the request is received. This will be in the same format as the "time"
field in CDRs themselves (see
for instance "2014-02-
11T12:10:47Z").
callLegsActive
Number
The number of active call legs at the time of the request
callLegsMaxActive
Number
The highest number of call legs simultaneously active on this Meeting
Server.
callLegsCompleted
Number
The total number of call legs that have been active but are no longer
connected / present
audioBitRateOutgoing
Number
The current total bit rate (in bits per second) summed over all outgoing
audio streams (audio media sent from the Meeting Server to a remote
party)
audioBitRateIncoming
Number
The current total bit rate for incoming audio streams
videoBitRateOutgoing
Number
The current total bit rate for outgoing video streams
videoBitRateIncoming
Number
The current total bit rate for incoming video streams
10.2 Retrieving System Alarm Status
GET method performed on the “/system/alarms” node. An offset and limit can be supplied to
retrieve alarm conditions other than those in the first page of the notional list. This method
returns a table detailing the currently active system-wide alarm conditions.
Response elements
Type/Value
Description/Notes
Returns a list of individual “<alarm>” elements. If there are no currently
active alarm conditions, this list will be empty. Each active alarm condition
will have an “alarm” tag, which contains:
Id
ID
A unique ID for this instance of this fault condition
activeTimeSeconds
Number
(see right)
The amount of time that this alarm condition has been active.
10   System Related Methods