mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
23 lines
666 B
Plaintext
23 lines
666 B
Plaintext
curl -i -X POST 'http://localhost:3080/v2/compute/qemu/img' -d '{"cluster_size": 64, "format": "qcow2", "lazy_refcounts": "off", "path": "/tmp/hda.qcow2", "preallocation": "metadata", "qemu_img": "/tmp/qemu-img", "refcount_bits": 12, "size": 100}'
|
|
|
|
POST /v2/compute/qemu/img HTTP/1.1
|
|
{
|
|
"cluster_size": 64,
|
|
"format": "qcow2",
|
|
"lazy_refcounts": "off",
|
|
"path": "/tmp/hda.qcow2",
|
|
"preallocation": "metadata",
|
|
"qemu_img": "/tmp/qemu-img",
|
|
"refcount_bits": 12,
|
|
"size": 100
|
|
}
|
|
|
|
|
|
HTTP/1.1 201
|
|
ACCESS-CONTROL-ALLOW-ORIGIN: *
|
|
CONTENT-LENGTH: 0
|
|
DATE: Thu, 08 Jan 2015 16:09:15 GMT
|
|
SERVER: Python/3.5 GNS3/2.0.0dev1
|
|
X-ROUTE: /v2/compute/qemu/img
|
|
|