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

35 lines
659 B
Plaintext
Raw Normal View History

2018-01-08 10:26:44 +02:00
curl -i -X GET 'http://localhost:3080/v2/compute/capabilities'
GET /v2/compute/capabilities HTTP/1.1
HTTP/1.1 200
Connection: close
2018-06-07 11:26:06 +03:00
Content-Length: 366
2018-01-08 10:26:44 +02:00
Content-Type: application/json
2020-01-08 04:52:15 +02:00
Date: Wed, 08 Jan 2020 02:25:43 GMT
Server: Python/3.6 GNS3/2.2.4dev1
2018-01-08 10:26:44 +02:00
X-Route: /v2/compute/capabilities
{
"node_types": [
"cloud",
"ethernet_hub",
"ethernet_switch",
"nat",
"vpcs",
"virtualbox",
"dynamips",
"frame_relay_switch",
"atm_switch",
"qemu",
"vmware",
2018-06-07 11:26:06 +03:00
"traceng",
2018-01-08 10:26:44 +02:00
"docker",
"iou"
],
"platform": "linuxdebian",
2020-01-08 04:52:15 +02:00
"version": "2.2.4dev1"
2018-01-08 10:26:44 +02:00
}