IDRARestServer VAAssociationsGet Method DRA REST Extensions SDK
Lists virtual attributes associated to the specified class name. If no class name is provided, returns virtual attributes not associated with any class
UriTemplate: /dra/virtualAttributes/associations/get

Namespace: NetIQ.DRA.RestServiceLibrary
Assembly: NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 1.1.0.318 (1.1.0.318)
Syntax

[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/virtualAttributes/associations/get")]
Stream VAAssociationsGet(
	string className,
	bool isAssociated,
	ConnectionParameters connectionParameters
)

Parameters

className
Type: OnlineSystem String
Optional. The name of the class to filter the list.
isAssociated
Type: OnlineSystem Boolean
Optional. Indicates if you want the results to show virtual attributes that are (true) or are not (false) associated with the class. The default is false.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModels ConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: OnlineStream
A VirtualAttributeListResponse containing the operation results
See Also