Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
121
If the LDAP sync ID provided is valid, the result is of the form <ldapSync id=LDAP sync ID> ...
</ldapSync> with values as described
plus the following if an LDAP sync operation has
failed with a failureReason of clashOccurred:
Response elements
Type/Value
Description/Notes
clashingUserJid
clashingUri
clashingCallId
If present, these fields include the ID(s) that clashed
11.5 External Directory Search Locations
Via the API you can add to the Call Bridge, additional directory search locations to be consulted
when users of Cisco Meeting Apps perform searches. External directory search locations can
be added on a per-tenant level. Results from these locations will be added to the "normal"
results (e.g. those from our LDAP-sourced user lists) and presented in the Cisco Meeting App.
11.5.1 Retrieving Information on external directory search locations
GET method performed on the “/directorySearchLocations” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
tenantFilter
ID
Supply tenantFilter to return only those external directory search locations
associated with the specified tenant.
Response
elements
Type/Value
Description/Notes
<directorySearchLocations total="N"> tag with potentially multiple
<directorySearchLocation> elements within it. .
<directorySearchLocation> elements returned follow the general form on the
left.
ldapServer
tenant
baseDn
filterFormat
label
priority
ID
ID
String
String
String
Number
All as per external directory search location creation described below
11   LDAP Methods