IDRARestServer LDAPEnum Method DRA REST Extensions SDK
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: 1.1.0.318 (1.1.0.318)
Syntax

[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/ldapQuery/get")]
[OperationContractAttribute]
Stream LDAPEnum(
	EnumerationOptions enumerationOptions,
	string[] attributes,
	ConnectionParameters connectionParameters
)

Parameters

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

Return Value

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