Cloud Snapshot VM

From INAP Dropzone API
Jump to: navigation, search

The server snapshot VM command

Contents

Path

  • /server/snapshotvm/{$serverid}

Method

Availability

Required Data Parameters

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


Only one of the following must be sent

  • {$imageid}: If image ID is set the old snapshot will be overwritten, this variable is sent via POST.
  • {$name}: The name of the snapshot, this variable is sent via POST.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools