
Get Collection of Recovery Locations for Scope
You can get a list of all recovery locations included in a scope with the specified ID.
Request
To retrieve a representation of a collection of recovery locations for a particular scope, send the HTTP GET request to the URL of the /RecoveryLocations collection.
HTTP Request
GET https://<hostname>:<port>/v2/Sites/{siteId}/Scopes/{siteScopeId}/RecoveryLocations |
Request Headers
The request contains the following headers.
Header | Required/Optional | Value | Description |
Authorization | required | Bearer <Access-Token> | Authenticates a client who sends the request to the server. Must contain the access token for the current logon session in the Bearer <Access-Token> format. |
Accept | optional |
| Specifies a media type of representation that is required in the response message. If the requested type is not supported, the server will return the response in the application/json media type. |
Response
The server returns the following response to the client.
Response Code
A successfully completed operation returns response code 200 Success.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Value | Description |
Content-Length | integer | Identifies the length of the response body message, in bytes. |
Content-Type |
| Identifies the media type of the response body message. |
Response Body
In the response body, VAO returns a representation of the /RecoveryLocations collection for the specified scope.
Example
The following request returns a full list of recovery locations included in a VAO scope with the ID 87da0cab-09f5-4b8f-bd3c-a346983c2930. The VAO server ID is 76da0d75-75b0-4675-8296-0142ad0d52a7.
|