Click or drag to resize

IDRARestServerGetExchangeTasks Method

Get a list of Exchnage tasks that can be performed for either a specific object or a list of objects.
UriTemplate: /dra/domains/{domainFqdn}/exchangeTasks/get
You must specify either objectIdentifier or objectIdentifiers in the payload.

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/domains/{domainFqdn}/exchangeTasks/get")]
Stream GetExchangeTasks(
	string domainFqdn,
	string objectIdentifier,
	string[] objectIdentifiers,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: SystemString
The FQDN of the domain where the user is located
objectIdentifier
Type: SystemString
A string identifying the object. Supported formats are: name or distinguishedName.
objectIdentifiers
Type: SystemString
An array of strings identifying a list of objects to query tasks for.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A ExchangeTasksEnumResponse containing the operation results
See Also