Server Move VM

From INAP Dropzone API
Revision as of 16:12, 27 September 2013 by Marc Bollinger (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The server move VM command allows an active virtual machine to a another Dynamic Server. Please note that it only virtual machines that are using the canopy storage can be moved. In addition, the Dynamic Server that the virtual machine is being moved to must have enough free RAM to accommodate the moved virtual machine.

Contents

Path

  • /server/movevm/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID of the Virtual Machine that is returned when using the list command.
  • {$serverid}: The new Dynamic Server that the virtual machine is being transferred to, this variable is sent via POST.

Optional Data Parameters

  • {$type}: Must be either local or localtosan. localtosan migrations are only supported on private cloud nodes with san access.

Returned Data

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