IDRARestServer ManagerGetInfo Method DRA REST Extensions SDK
Gets basic display information for an object that is set as a Manager or Assistant
UriTemplate: /dra/domains/{domainFqdn}/manager/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", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/manager/get")]
[OperationContractAttribute]
Stream ManagerGetInfo(
	string domainFqdn,
	string managerIdentifier,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: OnlineSystem String
The fully qualified domain name where the object is located
managerIdentifier
Type: OnlineSystem String
The identifier of the manager. Can be a distinguished name, OnePoint path, or friendly path
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModels ConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials

Return Value

Type: OnlineStream
A ManagerGetInfoResponse object containing the operation results
See Also