Server Take VMware Snapshot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
Creates a snapshot of the current state of the VM.
 
Creates a snapshot of the current state of the VM.
 
==Path==
 
==Path==
*/server/takevmwaresnapshots/{$serverid}
+
*/server/takevmwaresnapshot/{$serverid}
  
 
==Method==
 
==Method==

Latest revision as of 20:10, 26 November 2013

Creates a snapshot of the current state of the VM.

Contents

Path

  • /server/takevmwaresnapshot/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.
  • {$name}: A name for the snapshot

Optional Data Parameters

  • {$description}: a description for the snapshot
  • {$memory}: Boolean - whether or not to snapshot the VM's memory
  • {$quiesce}: Boolean - whether or not to pause running processes on the guest operating system so that file system contents are in a known consistent state when you take the snapshot.

Returned Data

{
    "success": true,
    "data": "Creating Snapshot {$name}"
}
Personal tools