Export VM Snapshot
This Automation Manager object exports a virtual machine snapshot to disk.
Input Parameters
VM Name |
String |
Yes |
Specifies the virtual machine of which the snapshot is to be exported. |
Snapshot Name |
String |
Yes |
Specifies the name of the snapshot to be exported. |
Path |
String |
Yes |
Specifies the path to the folder into which the snapshot is to be exported. |
Output Parameters
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
VM Name |
String |
No |
Guest001 |
Snapshot Name |
String |
String |
Guest001-Snapshot |
Path |
String |
Yes |
D:\Guest001 |