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

33 lines
986 B
Plaintext
Raw Normal View History

2020-01-08 04:52:15 +02:00
curl -i -X GET 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/bcd3206f-3edd-4b44-b5c8-e40f4a5c8909'
2018-01-08 10:26:44 +02:00
2020-01-08 04:52:15 +02:00
GET /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/bcd3206f-3edd-4b44-b5c8-e40f4a5c8909 HTTP/1.1
2018-01-08 10:26:44 +02:00
HTTP/1.1 200
Connection: close
2019-03-30 11:56:26 +03:00
Content-Length: 483
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:27:27 GMT
Server: Python/3.6 GNS3/2.2.4dev1
2018-01-08 10:26:44 +02:00
X-Route: /v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}
{
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
"adapters": 0,
"console": 5004,
"console_type": "telnet",
"headless": false,
"linked_clone": false,
"name": "VMTEST",
"node_directory": null,
2020-01-08 04:52:15 +02:00
"node_id": "bcd3206f-3edd-4b44-b5c8-e40f4a5c8909",
"on_close": "power_off",
2018-01-08 10:26:44 +02:00
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"ram": 0,
"status": "stopped",
2019-03-30 11:56:26 +03:00
"usage": "",
2018-01-08 10:26:44 +02:00
"use_any_adapter": false,
"vmname": "VMTEST"
}