GET Method

The HTTP GET method is used to retrieve information about a resource.

For example, to retrieve a representation of a collection of all recovery locations configured in Orchestrator, send the following request:

GET https://uwin2012r2.n.local:9898/api/v7/RecoveryLocations

In case of success, the HTTP GET method returns the 200 response code. In the response body, the method returns a representation of a resource.