vsphereVmExportSnapshotV3
Create a vSphere Export from a snapshot or a point-in-time with datastore cluster and virtual disk mapping support.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | VsphereVmExportSnapshotV3Input! | Input for V3CreateExportV3. |
Returns
Sample
{
"data": {
"vsphereVmExportSnapshotV3": {
"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"
}
]
}
}
}