Zerto APIs : File Level Recovery : Select and Download Items
  
Select and Download Items
Note the following:
Up to 20 items can be downloaded.
The items are automatically compressed if the user selects one of the following:
More than one file
A folder
Multiple folders
A partition
 
method
url
POST
https://zvm_ip:port/v1/flrs/{flrsessionIdentifier}/download
 
 
Where:
 
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
flrsessionIdentifier
The File Level Recovery session identifier.
Request Body Using Json Format
The following is an example of a Json request body for https://zvm_ip:port/v1/flrs/{flrsessionIdentifier}/download.
 
{
  "Compress": false,
  "PathList":
  [
    "partition#0 Ext3\\initrd.img"
  ]
}
 
Parameter
description
type
mandatory
default
Compress
Whether to compress the file.
True: Compress the file.
False: Don’t compress the file.
boolean
No
True
PathList
The path to the file or folder that’s being downloaded.
If the PathList is empty, the entire disk is downloaded.
string
Yes
-
 
Response In Json Format
The following is an example of a Json response for https://zvm_ip:port/v1/flr/{flrsessionIdentifier}/download
 
{
  "v1/downloads/6b5b30d6-c090-4233-8466-5fe18bf39a4c.9eb56867-2537-47d2-9396-3b0b8a5cd11c"
}
 
Parameter
Description
DownloadLink
The File Level Recovery session identifier.
The link is valid for 10 seconds.
Back to File Level Recovery
Back to All APIs