Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
42
Parameter
Type
Description
coSpaceNameMapping
String
If specified, this is the mapping that describes what names will be used for
the coSpaces created with a /coSpaceBulkSync using this
coSpaceBulkParameterSet.
Syntax:
name-mapping = [name-component] [“$index$”] [name-component]
Where:
name-component = *( unescaped-character / escaped-character )
unescaped-character = any character EXCLUDING ‘$’ and ‘\’
escaped-character = “\\” / “\$” ; producing ‘\’ and ‘$’ respectively.
These are not required to be unique.
coSpaceCallIdMapping
String
If specified, this is the mapping that describes what call IDs will be used for
the coSpaces created with a /coSpaceBulkSync using this
coSpaceBulkParameterSet. If not set then the coSpace will not have a
CallID
Syntax:
id-mapping = [id-component] [“$index$”] [id-component]
Where:
id-component = *( unescaped-character / escaped-character )
unescaped-character = any character EXCLUDING ‘$’ and ‘\’
escaped-character = “\\” / “\$” ; producing ‘\’ and ‘$’ respectively
These need to be unique so if index is not used there will be clashes,
unless the field is just left completely blank.
Secrets will be autogenerated if CallIDMapping is set.
tenant
ID
If specified this is the tenant to be associated with the coSpaces created
with a /coSpaceBulkSync using this coSpaceBulkParameterSet. If not set
then the coSpace will not be associated with a tenant.
callProfile
ID
If specified this is the call profile to be associated with the coSpaces
created with a /coSpaceBulkSync using this coSpaceBulkParameterSet. If
not set then the coSpace will not be associated with a call profile.
callBrandingProfile
ID
If specified this is the call branding profile to be associated with the
coSpaces created with a /coSpaceBulkSync using this
coSpaceBulkParameterSet. If not set then the coSpace will not be
associated with a call branding profile.
nonMemberAccess
true|
false
Whether non-members will be able to access the bulk created coSpaces. If
this parameter is not supplied in a create (POST) operation, it defaults to
"true" and non members can access the coSpace.
6.8.4 Queueing the bulk sync operations
n
Creating: POST method to the "/coSpaceBulkSyncs" node. Queues the bulk sync
operations for execution as soon as possible. Returns location /cospaceBulkSync/<bulk sync
6   coSpace Related Methods