| IDRARestServerAssistantAdminObjectEnum Method |
Retrieves a list of assistant admins that match the specified filters on dra server
UriTemplate: /dra/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/assistantadmins/get")]
Stream AssistantAdminObjectEnum(
AssistantAdmin assistantAdminAndFilter,
AssistantAdmin[] assistantAdminOrFilter,
string[] attributes,
EnumerationOptions enumerationOptions,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/assistantadmins/get")>
Function AssistantAdminObjectEnum (
assistantAdminAndFilter As AssistantAdmin,
assistantAdminOrFilter As AssistantAdmin(),
attributes As String(),
enumerationOptions As EnumerationOptions,
connectionParameters As ConnectionParameters
) As Stream
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:
StreamA
EnumObjectListResponse object containing the operation results
See Also