gns3-server/docs/api/examples/hypervisor_post_qemuimg.txt

23 lines
675 B
Plaintext
Raw Normal View History

curl -i -X POST 'http://localhost:8000/v2/hypervisor/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}'
2015-10-16 20:05:29 +03:00
POST /v2/hypervisor/qemu/img HTTP/1.1
2015-10-16 20:05:29 +03:00
{
"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
2016-03-04 18:50:17 +02:00
SERVER: Python/3.5 GNS3/1.5.0dev1
2016-03-07 18:57:12 +02:00
X-ROUTE: /v2/hypervisor/qemu/img
2015-10-16 20:05:29 +03:00