| IDRARestServerGetAnalyzerData Method |
Get analyzer data.
UriTemplate: /dra/analyzer/data/get
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/analyzer/report/get")]
Stream GetAnalyzerData(
string filter,
bool sortBy,
Nullable<int> limit,
string searchToken,
Nullable<bool> operationNames,
ConnectionParameters connectionParameters
)
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/analyzer/report/get")>
Function GetAnalyzerData (
filter As String,
sortBy As Boolean,
limit As Nullable(Of Integer),
searchToken As String,
operationNames As Nullable(Of Boolean),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- filter
- Type: SystemString
Filter string for filtering the analyzer data - sortBy
- Type: SystemBoolean
sorting Filter for analyzer data - limit
- Type: SystemNullableInt32
Nuber of rows of analyzer data to retrieve - searchToken
- Type: SystemString
Flag used to resume the search - operationNames
- Type: SystemNullableBoolean
Flag to get list of collected operations - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.
Return Value
Type:
StreamA
GetAnalyzerConfigResponse containing the operation results
See Also