Clone a guest
Format
Method | POST |
---|---|
URL | /tasks/create |
Request content | GuestCopy Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
GuestCopy Object
Schema
type | String | Task type identifier. In this case, "guest_clone" |
---|---|---|
guest_id | String | Identifier of the Guest template to be cloned |
clone_id | String | Identifier of the new Clone |
description | String | Description of the new Clone |
pool_id | String | Pool where the new Clone will get its resources |
dst_volume_id | String | Volume where the disk images of the new guest will be stored |
JSON example
|