1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 10:28:56 +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,
"console": 5000,
"enable_remote_console": false,
"headless": false,
"name": "VM1",
2016-06-04 08:40:39 +00:00
"node_directory": null,
2016-06-21 08:31:00 +00:00
"node_id": "72d0484c-92ab-47a6-b4c8-0ec92f5b00f4",
"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"
}