Server Move VM

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Required Data Parameters)
(Required Data Parameters)
Line 12: Line 12:
 
*{$serverid}: The server ID of the Virtual Machine that is returned when using the [[Server List|list]] command.
 
*{$serverid}: The server ID of the Virtual Machine that is returned when using the [[Server List|list]] command.
 
*{$serverid}: The new [[servers#Dynamic Server|Dynamic Server]] that the [[glossary#Virtual Machine|virtual machine]] is being transferred to, this variable is sent via [[glossary#POST|POST]].
 
*{$serverid}: The new [[servers#Dynamic Server|Dynamic Server]] that the [[glossary#Virtual Machine|virtual machine]] is being transferred to, this variable is sent via [[glossary#POST|POST]].
*{$type}: Must be either local or localtosan.  localtosan migrations are only support on private cloud nodes with san access.
 
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Revision as of 16:11, 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

  • None

Returned Data

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