Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
29
The response includes the total count of the number of coSpaces present which match the filter
if provided, irrespective of the number returned within the response. (With no filter, this value is
the total number of configured coSpaces.)
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <coSpaces total=”N”> tag with potentially
multiple <coSpace> elements within it.
<coSpace> elements follow the general form on the left.
coSpace id
ID
The “ID” value returned in the opening tag is a unique identifier for the coSpace,
and can be used for future modify / delete / query methods on that coSpace.
name
name
The numeric ID that a user would enter at the IVR (or via a web client) to connect
to this coSpace
uri
String
The URI that a SIP system would use to dial in to this coSpace
secondaryUri
String
The secondary URI for this coSpace – this provide the same functionality as the
“uri” parameter, but allows more than one URI to be configured for a coSpace
callId
Number
The numeric ID that a user would enter at the IVR (or via a web client) to connect
to this coSpace
tenant
ID
If provided, associates the specified call leg profile with this tenant
auto-
generated
true|false
Whether this coSpace has been added automatically or manually
n
true - this coSpace has been added automatically as part of an LDAP sync
operation. therefore it is not possible, to remove it except by modifying the
parameters of the sync operation
n
false - this coSpace has been added either via an API method or by using an
Cisco Meeting App; it can be modified or removed via the API
6.2 Creating and Modifying a coSpace
n
Creating: POST method to the “/coSpaces” node. If the coSpace was created successfully,
a “200 OK” response is received, and the “Location” header contains the ID for the new
coSpace
n
Modifying: PUT method on a “/coSpaces/<coSpace ID>” node
Parameters
Type/Value
Description/Notes
name
String
The human-readable name that will be shown on clients’ UI for
this coSpace
uri
URI user part
The URI that a SIP system would use to dial in to this coSpace
6   coSpace Related Methods