Zerto APIs : File Level Recovery : Unmount a Disk
  
Unmount a Disk
Unmount a previously mounted disk
 
method
url
DELETE
https://zvm_ip:port/v1/flrs/{flrsessionIdentifier}
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 request body is empty.
Response In Json Format
The following is an example of a Json response for https://zvm_ip:port/v1/flr/{flrsessionIdentifier}.
 
 
"0c66b743-01d3-42c5-844b-bf5d4283ddb1.6b5b30d6-c090-4233-8466-5fe18bf39a4c"
 
Parameter
Description
TaskIdentifier
The identifier of the task. The task identifier can be used with the Tasks API to monitor the unmount action.
Back to File Level Recovery
Back to All APIs