Click or drag to resize

IDRARestServerLDAPEnum Method

Retrieves a list of objects that match the specified LDAP query in the specified container. The LDAP query and the container are both specified in the enumerationsOptions object
UriTemplate: /dra/ldapQuery/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/ldapQuery/get")]
Stream LDAPEnum(
	EnumerationOptions enumerationOptions,
	string[] attributes,
	ConnectionParameters connectionParameters
)

Parameters

enumerationOptions
Type: NetIQ.DRA.Common.Rest.DataModelsEnumerationOptions
An optional EnumerationOptions structure that controls how the enumeration is performed
attributes
Type: SystemString
An optional list of the properties to retrieve from the server for all objects
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A ManagedObjectListResponse object containing the operation results
See Also