Copy 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_copy" |
---|---|---|
src_guest_id | String | Identifier of the Guest to be copied |
dest_guest_id | String | Identifier of the new Guest |
description | String | Description of the new Guest |
dst_pool_id | String | Pool where the new Guest will get its resources |
dst_volume_id | String | Volume where the disk images of the new guest will be stored |
JSON example
|