Click or drag to resize

IDRARestServerGetDraServersInDomain Method

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: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", RequestFormat = WebMessageFormat.Json, 
	ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/draservers/get")]
Stream GetDraServersInDomain(
	string domainFqdn,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: SystemString
The FQDN of the domain to query
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A DraServerListResponse containing the DRA servers
See Also