Click or drag to resize

IDRARestServerSetAnalyzerConfiguration Method

Configure analyzer.
UriTemplate: /dra/analyzer/config/put

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/put")]
Stream SetAnalyzerConfiguration(
	string assistantAdminDN,
	Nullable<bool> enable,
	Nullable<bool> purgeData,
	int duration,
	ConnectionParameters connectionParameters
)

Parameters

assistantAdminDN
Type: SystemString
Distinguished name of the assistant admin to capture analyzer data.
enable
Type: SystemNullableBoolean
Flag to enable/disable analyzer.
purgeData
Type: SystemNullableBoolean
Flag to clear all data on disable.
duration
Type: SystemInt32
The duration of collection in hours.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A RestResponse containing the operation results
See Also