1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-01 04:38:12 +00:00
gns3-server/docs/api/examples/hypervisor_get_qemucapabilities.txt

20 lines
346 B
Plaintext
Raw Normal View History

2016-01-04 16:04:15 +00:00
curl -i -X GET 'http://localhost:8000/v1/qemu/capabilities'
GET /v1/qemu/capabilities HTTP/1.1
HTTP/1.1 200
ACCESS-CONTROL-ALLOW-ORIGIN: *
CONTENT-LENGTH: 39
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-03-04 16:50:17 +00:00
SERVER: Python/3.5 GNS3/1.5.0dev1
X-ROUTE: /v1/hypervisor/qemu/capabilities
2016-01-04 16:04:15 +00:00
{
"kvm": [
"x86_64"
]
}