Virtual machine cloning functionality.
This resource represents a method in which to clone a virtual machine.
Resource URI:
/rest/hosting/clone/<UUID>
Clone the specified virtual machine by submitting an HTTP PUT request. The UUID in the resource URI should be the UUID of the target virtual machine.
Note
This resource requires create permission on the elastic_hosting extension module.
| Return type: | vm.RepClone |
|---|
See also
This is a representation of a virtual machine being cloned.
Representation:
{"errno": response.errno,
"message": response.message,
"machine_id": vm.uuid}