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

34 lines
971 B
Plaintext
Raw Normal View History

curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes' -d '{"linked_clone": false, "name": "VM1", "vmname": "VM1"}'
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes HTTP/1.1
{
"linked_clone": false,
"name": "VM1",
"vmname": "VM1"
}
HTTP/1.1 201
2016-06-04 08:40:39 +00:00
CONTENT-LENGTH: 438
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/compute/projects/{project_id}/virtualbox/nodes
{
"acpi_shutdown": false,
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
"adapters": 0,
2016-06-30 08:55:47 +00:00
"console": 5711,
"enable_remote_console": false,
"headless": false,
"name": "VM1",
2016-06-04 08:40:39 +00:00
"node_directory": null,
2016-07-11 13:37:57 +00:00
"node_id": "9efb0e5a-665f-4233-bf0e-09e82f796525",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"ram": 0,
2016-06-04 08:40:39 +00:00
"status": "stopped",
"use_any_adapter": false,
"vmname": "VM1"
}