Cisco Acano X-series 開発者ガイド

ページ / 25
Cisco Meeting Server Release 2.0 : CDR Guide
7
n
/system/cdrReceivers/
n
/system/cdrReceivers/<CDR receiver id>
Issue a POST on the /system/cdrReceivers node to set the full URI of a new receiver. A GET
request on /system/cdrReceivers shows the currently configured receivers.
Once a CDR receiver has been configured, its details can be read and updated by use of a GET
or PUT on the /system/cdrReceivers/<CDR receiver id> node respectively. A CDR receiver can
be removed by a DELETE of this node.
2.1.3 Recipient URI
The recipient URIs, as configured on the Meeting Server, can take one of a number of forms:
n
http://monitoring.example.com/cdr_receiver1
for a simple HTTP connection to TCP port 80 on the remote host “monitoring. example
com”, to the URI “/cdr_receiver1”
n
https://monitoring. example.com/cdr_receiver1
As above, but using HTTPS, TCP port 443
n
http://monitoring. example.com:8080/cdr_receiver1
As above, but using TCP port 8080 instead of the default port number (80)
n
http://monitoring. example.com/cdr_receiver1?system_id=acano1
As above but supplying the parameter “system_id” with value “acano1” to the destination
device. The Meeting Server will just send parameters as supplied in the URI field verbatim to
the far end, and it is up to the receiving device to understand their meaning.
2   General Mechanism