Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
41
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <coSpaceBulkParameterSets total=”N”> tag
with potentially multiple <coSpaceBulkParameterSet> elements within it.
<coSpaceBulkParameterSet> elements follow the general form on the left.
startIndex
Number
Index that coSpace mappings start from (inclusive)
endIndex
Number
Index that coSpace mappings end at (inclusive)
6.8.3 Retrieving information on an individual /coSpaceBulkParameterSet
GET method on "/coSpaceBulkParameterSets/<coSpace bulk parameter set id>" node
Parameter
Type
Description
Response is structured as a top-level <coSpaceBulkParameterSets
total=”N”> tag with potentially multiple <coSpaceBulkParameterSet>
elements within it.
Each <coSpaceBulkParameterSet> element may include the following
elements.
startIndex
Number
Index that coSpace mappings start from (inclusive)
endIndex
Number
Index that coSpace mappings end at (inclusive)
coSpaceUriMapping
String
If specified, this is the mapping that describes what URIs will be used for
the coSpaces created with a /coSpaceBulkSync using this
coSpaceBulkParameterSet. If not set, coSpace will not have a dialable URI.
Syntax:
uri-mapping = [uri-component] [“$index$”] [uri-component]
Where:
uri-component = *( uri-character / escaped-character )
uri-character = *( unescaped-character EXCLUDING ‘@’ )
unescaped-character = any character EXCLUDING ‘$’ and ‘\’
escaped-character = “\\” / “\$” ; producing ‘\’ and ‘$’ respectively.
These need to be unique so if an index is not used there will be clashes,
unless the field is just left completely blank .
6   coSpace Related Methods