Click or drag to resize

IDRARestServerGetDRAActiveViewRules Method

Get the rules assigned to the ActiveView
UriTemplate: delegation/activeviews/rules/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/activeviews/rules/get")]
Stream GetDRAActiveViewRules(
	string activeViewIdentifier,
	string[] attributes,
	EnumerationOptions enumerationOptions,
	ConnectionParameters connectionParameters
)

Parameters

activeViewIdentifier
Type: SystemString
The name of the ActiveView
attributes
Type: SystemString
An optional list of properties to retrieve from the server
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 credentials

Return Value

Type: Stream
A RuleEnumResponse Object containing the operation results
See Also