Click or drag to resize

IDRARestServerGetAnalyzerConfiguration Method

Get analyzer configuration.
UriTemplate: /dra/analyzer/config/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/config/get")]
Stream GetAnalyzerConfiguration(
	ConnectionParameters connectionParameters
)

Parameters

connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A GetAnalyzerConfigResponse containing the operation results
See Also