Server Revert VMware Snapshot

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "Revert the VM state to the given snapshot. ==Path== */server/revertvmwaresnapshot/{$serverid} ==Method== *POST ==Availability== *[[servers#Public Cloud|Pub...")
 
 
Line 11: Line 11:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$serverid}: The server ID that is returned when using the list command.
 
*{$serverid}: The server ID that is returned when using the list command.
*{$snapshotId}: The ID of the snapshot as given in the {$referenceId} field returned by /server/listvmwaresnapshots
+
*{$snapshotId}: The ID of the snapshot as given in the {$referenceId} field returned by [[Server_Take_VMware_Snapshot]]
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 20:10, 26 November 2013

Revert the VM state to the given snapshot.

Contents

Path

  • /server/revertvmwaresnapshot/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.
  • {$snapshotId}: The ID of the snapshot as given in the {$referenceId} field returned by Server_Take_VMware_Snapshot

Optional Data Parameters

  • None

Returned Data

{
    "success": true,
    "data": "Reverting to the Snapshot"
}
Personal tools