Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
44
Response elements
Type/Value
Description/Notes
status
pending|
running|
complete|
failedCoSpaceUriConflict|
failedCallIdConflict|
failedIndexRangeInvalid|
failedIndexRangeTooGreat|
failedNoSuchParameterSet|
failed
Status of the sync operation:
pending - the sync operation is in a queue
waiting to execute
running - the sync operation is currently
running
complete - the sync operation has
successfully completed
failedCoSpaceUriConflict - the sync failed
because it would involve creating a URI
that conflicts with one that already exists
failedCallIdConflict - the sync failed
because it would involve creating a call ID
that conflicts with one that already exists
failedIndexRangeInvalid - the sync failed
because the "startIndex" was greater than
the "endIndex"
failedIndexRangeTooGreat - the sync
failed because the difference between
"endIndex" and "startIndex" was too large
failedNoSuchParameterSet - the
"coSpaceBulkParameterSet" refered to in
the sync command did not exist
failed - the sync operation failed
removeAll
true|
false
If supplied, determines whether the sync
will remove all entries that were created
using the parameter set. Used only 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.6 Retrieving a specific bulk sync operation
GET method on "/coSpaceBulkSyncs/<coSpace bulk sync id>" node.
6   coSpace Related Methods