Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
38
6.6.3 Creating and modifying coSpace access methods
n
Creating: POST method to the "/coSpaces/<coSpace id>/accessMethods" node
n
Modifying: PUT method on a "/coSpaces/<coSpace id>/accessMethods/<access method
id>" node
Parameters
Type/Value
Description/Notes
uri
URI user part
The URI to be used for dialing in via this access method
callID
ID
The "call ID" to be used for connecting via this access method (using the
IVR or Web Bridge login)
passcode
String
A passcode required for this access method
callLegProfile
ID
The ID of a call leg profile to apply to calls in via this access method
secret
String
If provided, sets the security string for this coSpace access method. If
absent, a security string is chosen automatically if the coSpace access
method has a callId value. This is the security value associated with the
coSpace access method that needs to be supplied with the callId for guest
access to the coSpace via this access method.
regenerateSecret
true|false
l
If provided as true - a new security value is generated for this coSpace
access method and the former value is no longer valid (for instance, any
hyperlinks including it will cease to work)
l
If provided as false - do not generate a new secret value for this
coSpace access method; this has no effect
This parameter is only valid for the modify (PUT) case
scope
public|private
The visibility of this coSpace access method to users of Cisco Meeting App
who are members of the coSpace
n
If provided as public - details of this coSpace access method can be
made available to members of the coSpace
n
If provided as private - details of this coSpace access method will not be
made available to members of the coSpace
Note: if you set the scope to public then the Cisco Meeting App can no
longer edit the coSpace details. In addition, the uri shown under the name
is that from the access method.
If the coSpace access method is created successfully, a “200 OK” response will be received,
and the “Location” header in the response will contain the new coSpace access method ID.
6.6.4 Retrieving information on an individual coSpace access method
GET method on a "/coSpaces/<coSpace id>/accessMethods/<access method id>" node.
If the access method ID supplied is valid, a "200 OK" response and a single <accessMethod
id=access method id> object will be returned with data in the previous section.
6   coSpace Related Methods