Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
43
guid>
Note: Bulk Sync will iterate between startIndex and endIndex (inclusive at both end) and
expand and insert the mapping parts .
n
Modifying: PUT method to the "/coSpaceBulkSyncs" node not supported.
Parameter
Type/Value
Description
coSpaceBulkParameterSet
ID
Parameter set GUID that is going to be synchronised
removeAll
true|
false
If supplied, determines whether the sync will remove all entries that
were created using the parameter set. Used only if you need to
remove all spaces that were created previously. If set to true then no
spaces will be created. If set to false, or omitted, then all spaces
previously created using this parameter set will be removed and new
spaces based on the new mappings will be created.
If this parameter is not supplied in a create (POST) operation, it
defaults to "false"
6.8.5 Retrieving the bulk sync operations
GET method on "/coSpaceBulkSyncs " node.
Response elements
Type/Value
Description/Notes
Response is structured as a top-level
<coSpaceBulkSyncs total=”N”> tag with
potentially multiple <coSpaceBulkSync>
elements within it.
<coSpaceBulkSync> elements follow the
general form on the left.
coSpaceBulkParameterSet
ID
Parameter set that was used for this bulk
sync
6   coSpace Related Methods