Cisco Acano X-series

ページ / 45
Cisco Meeting Server Release 2.0.7 : Release Notes
27
Examples:
1. Create a cospaceBulkParameterSet with parameters:
n
startIndex=1000&endIndex=1999&coSpaceUriMapping=space$index$&
coSpaceNameMapping=Space $index$&coSpaceCallIdMapping=811$index$
2. Create a cospaceBulkSync with parameters:
n
cospaceBulkParameterSet=<GUID from above>
This will create 1000 spaces starting with “Space 1000”
space.1000@domain.com,callID=8111000
and ending in “Space 1999”
space.1999@domain.com,callID=8111999
To update the range:
1. PUT new range to cospaceBulkParameterSets/<GUID from above>
2. Create a cospaceBulkSync with parameters:
l
cospaceBulkParameterSet=<GUID from above>
This deletes all the previous spaces and creates a new set. This whole operation will succeed or
fail. In failure the transaction will be rolled back and the spaces that previously existed will still be
there.
To delete a range:
1. Create a cospaceBulkSync with parameters:
l
cospaceBulkParameterSet=<GUID from above>&removeAll=true
This removes all spaces that were created using this parameter set. They will get removed even
if they have been renamed, or edited in any other way.
2   New Features/Changes in 2.0