Skip to content
Alberto Gonzalez edited this page Jun 19, 2017 · 2 revisions

/restore

Get the list of restore targets and perform restores. This API assumes that the caller has first retrieved the list of restorable backups for perusal using the /backups/catalog API, which is callable in one of 3 ways:

  • By "point" or by instance. The values returned are for each of the protected assets which have at least one restorable backup. The information returned includes the point in times for this particular asset.
  • By date. The values returned are organized by day, and from there users can drill down into the protected assets which have restorable backups for a given day.
  • By storage. The values returned are organized by storage on which the backup resides.

For each of these types, the user can filter by system id (sid), or by backups that are replicated from another system or not.

Resource URL

https://{applianceaddress}/api/restore

Related Resources

(GET)//backups/catalog

Methods

The following methods are supported for the /restore resource:

(GET)/restore/targets

(POST)/restore/full

(POST)/restore/multiple (2)

(POST)/restore/files

(POST)/restore/instant

(POST)/restore/rollback (1)

(POST)/restore/archive/full

(POST)/restore/archive/files

(GET)/restore/shares/credentials (1)

(PUT)/restore/shares/credentials (1)

(1) these APIs are not supported in release 1. (2) new in 9.1

Clone this wiki locally