Click or drag to resize

IDRARestServerAssistantAdminEnum Method

Retrieves a list of assistant admins that match the specified filters on dra server
UriTemplate: /dra/delegation/assistantadmins/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/delegation/assistantadmins/get")]
Stream AssistantAdminEnum(
	AssistantAdmin assistantAdminAndFilter,
	AssistantAdmin[] assistantAdminOrFilter,
	string[] attributes,
	EnumerationOptions enumerationOptions,
	ConnectionParameters connectionParameters
)

Parameters

assistantAdminAndFilter
Type: NetIQ.DRA.Common.Rest.DataModelsAssistantAdmin
An AssistantAdmin object that defines the attribute patterns to match for assistant admin to use in the 'and' clause
assistantAdminOrFilter
Type: NetIQ.DRA.Common.Rest.DataModelsAssistantAdmin
An array of AssistantAdmin object that defines the attribute patterns to match for assistant admin to use in the 'or' clause
attributes
Type: SystemString
An optional list of the properties to retrieve from the server for all assistant admins
enumerationOptions
Type: NetIQ.DRA.Common.Rest.DataModelsEnumerationOptions
An optional EnumerationOptions structure that controls how the enumeration is performed
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