Click or drag to resize

IDRARestServerActiveViewRuleCreate Method

Adds the ActiveView Rule
UriTemplate: /dra/delegation/rules/post

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/rules/post")]
Stream ActiveViewRuleCreate(
	DraActiveViewRule draActiveViewRule,
	ConnectionParameters connectionParameters
)

Parameters

draActiveViewRule
Type: NetIQ.DRA.Common.Rest.DataModelsDraActiveViewRule
Name of the ActiveView Rule object
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server credentials

Return Value

Type: Stream
A RestResponse object containing the operation results
See Also