| IDRARestServerServerGetInfo Method |
Retrieves information about the DRA server
UriTemplate: /dra/servers/current/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/servers/current/get")]
Stream ServerGetInfo(
string[] infoCategories,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", RequestFormat := WebMessageFormat.Json,
ResponseFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/servers/current/get")>
Function ServerGetInfo (
infoCategories As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- infoCategories
- Type: SystemString
Optional list of category names. Information from the specifed categories is included in the response. Valid values are:
- SecurityInfo
- ExchangeInfo
- LicenseInfo
- ClientInfo
- AuthenticationInfo
- ServerInfo
- WebServerInfo
- ServiceAccountInfo
- FSAInfo
- ExtraInfo
- CoreServiceInfo
- ServerStatisticInfo
- ReportingInfo
- IntegrationInfo
If not specifified then information from all categories is returned.
- connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
DraServerInfoResponse containing information about the DRA
See Also