Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
115
Response
elements
Type/Value
Description/Notes
ldapServer id
ID
address
String
portNumber
Number
secure
true|false
11.1.2 Adding and modifying an LDAP Server
n
Create: POST method performed on the “/ldapServers” node. If the LDAP server is
configured on the system successfully, its ID is returned in the “Location” field of the response
header
n
Modifying an LDAP server is a PUT method on a “/ldapServers/<ldapServer id>” node
Parameters
Type/Value
Description/Notes
address *
String
The address of the LDAP server to connect to.
portNumber *
Number
The TCP or TLS port number to connect to on the remote LDAP server.
username
String
The username to use when retrieving information from the LDAP server.
password
String
The password of the account associated with username.
secure *
true|false
Whether to make a secure connection to the LDAP server. If “true” then TLS
will be used; if “false”, TCP will be used.
11.1.3 Retrieving detailed information about an individual LDAP Server
GET method performed on a “/ldapServers/<ldapServer ID>” node. If the ldapServer ID
supplied is valid, a “200 OK” response is received, with XML content:
Response elements
Type/Value
Description/Notes
ldapServer id
ID
address
String
portNumber
Number
Domain name
username
String
directoryUser
password
String
directoryPassword
secure
true|false
11   LDAP Methods