download_file
Downloads a file from a virtual machine. Specify the VM name and file path to obtain the file content.
Instructions
Download a file from a VM.
Args: vm_name: Name of the VM to download from. path: Path of the file to download.
Returns: Content of the file or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes | ||
| path | Yes |