Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
111
10.12.2 Setting up and modifying recording operations
n
Creating: POST method to the /recorders " node
n
Modifying: PUT to "/recorders/<recorder id>"
Parameters
Type/Value
Description/Notes
url
URL
The HTTP or HTTPS URL address that theCall Bridge should use to reach
this recorder.
10.12.3 Retrieving detailed information about an individual recording node
GET method performed on a “/recorders/<recorder id>" node. If the recorder ID supplied is
valid, a “200 OK” response is received, with XML content matching the section above.
10.13 Compatibility Profile Methods (from version 2.1)
10.13.1 Retrieving compatibility profile operations
Parameters
Type/Value
Description/Notes
sipUdt
true|
false
Controls whether use of UDT is allowed within SIP calls. Active Control
uses UDT transport for certain features, for example sending roster lists to
endpoints, allowing users to disconnect other participants while in call, and
inter-deployment participant lists.
true - UDT is allowed within SIP calls
false - UDT is not allowed within SIP calls
10.14 System Diagnostics Methods
10.14.1 Retrieving system diagnostics
Issue a GET on the new /system/diagnostics node to retrieve the information below.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than
the first "page" in the notional list.
coSpaceFilter
ID
If supplied, this filter restricts results returned to those diagnostics that
correspond to the specified coSpace
callCorrelatorFilter
ID
If supplied, this filter restricts results returned to those diagnostics that
correspond to the specified callCorrelator
10   System Related Methods