IDRARestServer GetInformation Method DRA REST Extensions SDK
Defines REST endpoint for getting information about the running DRA REST service. This endpoint is accessed using HTTP GET.
UriTemplate: /rest

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

[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "/rest")]
Stream GetInformation()

Return Value

Type: OnlineStream
Static HTML with information about the DRA REST service.
Examples

https://[restServer]:[restPort]/rest
where:
restServerThe name of the machine running the DRA REST service.
restPortThe port the DRA REST service is running on. The default value is 8755.
See Also