Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
99
Response elements
Type/Value
Description/Notes
node
The node element is returned for each database in the cluster with
the following details:
l
hostname: the hostname or IP address of the node
l
up: if the node is visible from this Call Bridge (true|false)
l
syncBehind: approximate number of bytes that this node is behind
the current state of the master. 0 means in sync, and -1 means
the calculation is unavailable
l
master: whether this node is the master database (true|false), if
set to false it is a host standby (slave)
10.4 CDR Receiver URI Methods
Note: /system/cdrReceiver is deprecated, use the /system/cdrReceivers object which supports
multiple CDR receivers.
10.4.1 Retrieving the CDR Receivers URI
You can find the URIs of the CDR receivers through the API (as well as the Web Admin Interface).
Issue a GET on the /system/cdrReceivers node to retrieve the URIs that are the full URLs of the
configured CDR receivers.
This method accesses the URIs of the CDR receivers using the Web Admin Interface
Configuration > CDR settings page.
GET method performed on the “/system/cdrReceivers” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to CDR receivers other than the first "page"
in the notional list
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <cdrReceivers total="N"> tag with
potentially multiple <cdrReceiver> elements within it.
Each <cdrReceiver> tag may include the following element:
uri
String
Full URL of the configured CDR receiver address
10   System Related Methods