IDRARestServer GetDraServersInDomain Method DRA REST Extensions SDK
Retrieves the list of DRA servers registered in the specified domain
UriTemplate: /dra/domains/{domainFqdn}/draservers/get

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

[WebInvokeAttribute(Method = "POST", RequestFormat = WebMessageFormat.Json, 
	ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/draservers/get")]
[OperationContractAttribute]
Stream GetDraServersInDomain(
	string domainFqdn,
	ConnectionParameters connectionParameters
)

Return Value

Type: OnlineStream
A DraServerListResponse containing the DRA servers
See Also