Request Packet Structure

A request XML packet downloading a backup from a local repository includes the download-file operation node:

<packet version="1.6.0.0">
<backup-manager>
   <download-file>
...
   </download-file>
</backup-manager>
</packet>

 

The download-file node is presented by type BackupDownloadFileInput (backup.xsd), and its graphical representation is as follows:

Note: You should specify one of the mentioned nodes in a request packet.