Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
107
Parameters
Type/Value
Description/Notes
resourceArchive
URL
The address of any customization archive file for the Call Bridge to use for
the background image and logo branding on the login page for this Web
Bridge
Note: When specifying the path any port value other than :80 for http and
:443 for https is considered invalid.
tenant
ID
If you supply the ID for a tenant to associate with this Web Bridge, only call
IDs for coSpaces owned by that tenant can be joined through it
tenantGroup
ID
Only coSpaces associated with tenants within the specified tenant group
can be accessed by call ID through this web bridge. If no tenant group is
supplied, only coSpaces without a tenant, or associated with a tenant in no
tenant group, can be accessed by call ID.
idEntryMode
disabled|
secure|
legacy
Controls coSpace access via call ID and passcode;
l
when set to 'disabled', access via call ID and passcode is disabled;
l
when set to 'secure' both the call ID and the passcode must be
specified to look up and join a coSpace;
l
when set to 'legacy' only a call ID need be specified to look up a
coSpace.
If this parameter is not supplied in a create (POST) operation, it defaults to
secure.
allowWeblinkAccess
true|
false
Whether this Web Bridge will allow users to access coSpace (and coSpace
access methods) as guests by following a weblink.
If this parameter is not supplied in a create (POST) operation, it defaults to
true.
showSignIn
true|
false
Whether this Web Bridge will display the sign in tab on the index page.
If this parameter is not supplied in a create (POST) operation, it defaults to
true.
resolveCoSpace
CallIds
true|
false
Whether this Web Bridge should accept coSpace and coSpace access
method call IDs for the purpose of allowing visitors to join coSpaces.
If this parameter is not supplied in a create (POST) operation, it defaults to
true.
resolveLync
ConferenceIds
true|
false
Whether this Web Bridge will accept IDs to be resolved to Lync scheduled
conference IDs.
If this parameter is not supplied in a create (POST) operation, it defaults to
false.
10.8.3 Retrieving detailed information about an individual Web Bridge
GET method performed on a “/webBridges/<web bridge id>” node. If the web bridge ID
supplied is valid, a “200 OK” response is received, with XML content described in the previous
10   System Related Methods