Server Revert VMware Snapshot

From INAP Dropzone API
Revision as of 20:10, 26 November 2013 by Rwakeman (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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