1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00
gns3-server/docs/api/examples/hypervisor_get_qemucapabilities.txt

20 lines
346 B
Plaintext
Raw Normal View History

2016-03-07 16:57:12 +00:00
curl -i -X GET 'http://localhost:8000/v2/qemu/capabilities'
2016-01-04 16:04:15 +00:00
2016-03-07 16:57:12 +00:00
GET /v2/qemu/capabilities HTTP/1.1
2016-01-04 16:04:15 +00:00
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
2016-03-07 16:57:12 +00:00
X-ROUTE: /v2/hypervisor/qemu/capabilities
2016-01-04 16:04:15 +00:00
{
"kvm": [
"x86_64"
]
}