createHypervVirtualMachineSnapshotDiskMount
Attaching disks from a snapshot to an existing virtual machine Supported in v9.1+ Requests a Live Mount to attach disks to an existing virtual machine.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateMountHypervVirtualDisksInput! | Input for InternalCreateMountHypervVirtualDisks. |
Returns
Sample
{
"data": {
"createHypervVirtualMachineSnapshotDiskMount": {
"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"
}
]
}
}
}