Zerto APIs : File Level Recovery : Create a New Mount
  
Create a New Mount
Mount a disk.
Note: Only one disk can be mounted in a session.
 
method
url
POST
https://zvm_ip:port/v1/flrs
 
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.
Request Body Using Json Format
The following is an example of a Json request body for https://zvm_ip:port/v1/flrs.
 
{
  "jflr" {
    "CheckpointIdentifier": "6",
    "VmIdentifier": "0a1d772d-0f69-4a0e-8063-f809aa9dc237.vm-70",
    "VpgIdentifier": "b797d92a-a65a-4e00-9410-1a3aff93480b"
  }
}
 
Parameter
description
type
mandatory
jflr
Details about the File Level Recovery session.
-
-
CheckpointIdentifier
The identifier of the checkpoint of the VPG.
string
Yes
VmIdentifier
The identifier of the virtual machine.
string
Yes
VpgIdentifier
The internal VPG identifier
string
Yes
Response In Json Format
The following is an example of a Json response for https://zvm_ip:port/v1/flrs.
 
{
"2c1320bd-9210-4fbb-9b9a-b2c08e24699e.6b5b30d6-c090-4233-8466-5fe"
}
 
Parameter
Description
FlrSessionIdentifier
The File Level Recovery session identifier.
Back to File Level Recovery
Back to All APIs