This is an archive version of the document. To get the most up-to-date information, see the current version.

Recovery Locations

The /RecoveryLocations resource collection represents all recovery locations configured in VAO. The collection includes resources which represent individual recovery locations and have specific system IDs.

Recovery Locations Note

A range of data available to a client in the VAO REST API depends on permissions of the account under which the client is currently logged in.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v3/RecoveryLocations

Recovery LocationsCollection Representation

{

 "total": 2,

 "data": [

   {

     "id": "9f56721c-751f-4ff8-bf45-2f761453caff",

     "type": "Restore",

     "name": "Original VM Location",

     "description": "Original location of source VM",

     "isOriginal": true,

     "useReIp": false,

     "useNetworkMapping": false,

     "computeGroups": null,

     "reIpRules": null,

     "networkMappingRules": null,

     "availability": "Available"

   },

{

     "id": "0c20feb4-19ee-4701-9a05-b839f421785d",

     "type": "Storage",

     "name": "SRLVic2",

     "description": "Storage recovery location",

     "isOriginal": false,

     "useReIp": false,

     "useNetworkMapping": true,

     "computeGroups": null,

     "reIpRules": null,

     "networkMappingRules": null,

     "availability": "PartiallyAvailable"

   }

 ]

}

In This Section

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.