| IDRARestServerVAAssociationsGet Method |
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: 10.2.2.1
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
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/virtualAttributes/associations/get")>
Function VAAssociationsGet (
className As String,
isAssociated As Boolean,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- className
- Type: SystemString
Optional. The name of the class to filter the list. - isAssociated
- Type: SystemBoolean
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.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
VirtualAttributeListResponse containing the operation results
See Also