downloadVsphereVirtualMachineFiles
Download Virtual Machine files from a snapshot Supported in v9.0+ Start an asynchronous job to download multiple Virtual Machine files, such as .vmdk, .vmx, and .nvram files, from the specified Virtual Machine snapshot.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | DownloadVsphereVirtualMachineFilesInput! | Input for V1CreateDownloadVirtualMachineFileJob. |
Returns
Sample
{
"data": {
"downloadVsphereVirtualMachineFiles": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}