v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBRestores (Push)
Push a file to the protected system
post/v1/restore/file/{file_restore_id}/push
Path parameters
file_restore_idstring required
ID of a file restore
Example:fr_0123456789ab
Request body
Example request
{
"destination_folder": "C:\\SlideRestore",
"source_file_path": "C/Users/Administrator/Documents/ImportantFile.docx"
}Response
Created
Example response
{
"destination_folder": "C:\\SlideRestore",
"end_time": "2024-08-23T01:25:08Z",
"file_restore_id": "fr_0123456789ab",
"file_restore_push_id": "frp_0123456789ab",
"size": 21536,
"source_file_path": "C/Users/Administrator/Documents/ImportantFile.docx",
"start_time": "2024-08-23T01:25:08Z",
"state": "completed"
}