Click or drag to resize

IDRARestServerGetVersion Method

Defines REST endpoint for getting version information about the running DRA REST service. This endpoint is accessed using HTTP GET.
UriTemplate: /rest/version

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "/dra/rest/version")]
Stream GetVersion()

Return Value

Type: Stream
A GetVersionResponse containing version information
See Also