Server Move VM

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The server move VM command allows an active virtual machine to a another Dynamic Server. Please note that it...")
 
Line 11: Line 11:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
*{$vmnode}: 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]].
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Revision as of 13:07, 6 April 2012

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 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