Click or drag to resize

IDRARestServerGetInformation Method

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: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "/rest")]
Stream GetInformation()

Return Value

Type: Stream
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