Server Move VM

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Required Data Parameters)
(Optional Data Parameters)
Line 14: Line 14:
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*None
+
*{$type}: Must be either local or localtosan.  localtosan migrations are only support on private cloud nodes with san access.
  
 
==Returned Data==
 
==Returned Data==

Revision as of 16:12, 27 September 2013

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 support on private cloud nodes with san access.

Returned Data

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