2016-06-21 11:47:22 +03:00
|
|
|
curl -i -X PUT 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/81ada2f6-256b-496c-9e6b-459f934b2346' -d '{"console": 5001, "ethernet_adapters": 4, "iourc_content": "test", "l1_keepalives": true, "name": "test", "nvram": 2048, "ram": 512, "serial_adapters": 0, "startup_config_content": "hostname test", "use_default_iou_values": true}'
|
2016-05-12 11:39:50 +03:00
|
|
|
|
2016-06-21 11:47:22 +03:00
|
|
|
PUT /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/81ada2f6-256b-496c-9e6b-459f934b2346 HTTP/1.1
|
2016-05-12 11:39:50 +03:00
|
|
|
{
|
|
|
|
"console": 5001,
|
|
|
|
"ethernet_adapters": 4,
|
|
|
|
"iourc_content": "test",
|
|
|
|
"l1_keepalives": true,
|
|
|
|
"name": "test",
|
|
|
|
"nvram": 2048,
|
|
|
|
"ram": 512,
|
|
|
|
"serial_adapters": 0,
|
|
|
|
"startup_config_content": "hostname test",
|
|
|
|
"use_default_iou_values": true
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
2016-06-14 11:24:55 +03:00
|
|
|
CONTENT-LENGTH: 807
|
2016-05-12 11:39:50 +03:00
|
|
|
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}/iou/nodes/{node_id}
|
|
|
|
|
|
|
|
{
|
|
|
|
"command_line": "",
|
|
|
|
"console": 5001,
|
2016-06-04 11:40:39 +03:00
|
|
|
"console_type": "telnet",
|
2016-05-12 11:39:50 +03:00
|
|
|
"ethernet_adapters": 4,
|
2016-06-21 11:47:22 +03:00
|
|
|
"iourc_path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpw8qg56du/iourc",
|
2016-05-12 11:39:50 +03:00
|
|
|
"l1_keepalives": true,
|
2016-06-14 11:24:55 +03:00
|
|
|
"md5sum": "e573e8f5c93c6c00783f20c7a170aa6c",
|
2016-05-12 11:39:50 +03:00
|
|
|
"name": "test",
|
2016-06-21 11:47:22 +03:00
|
|
|
"node_directory": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmptqraedic/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/iou/81ada2f6-256b-496c-9e6b-459f934b2346",
|
|
|
|
"node_id": "81ada2f6-256b-496c-9e6b-459f934b2346",
|
2016-05-12 11:39:50 +03:00
|
|
|
"nvram": 2048,
|
|
|
|
"path": "iou.bin",
|
|
|
|
"private_config": null,
|
|
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
|
|
"ram": 512,
|
|
|
|
"serial_adapters": 0,
|
|
|
|
"startup_config": "startup-config.cfg",
|
2016-06-04 11:40:39 +03:00
|
|
|
"status": "stopped",
|
|
|
|
"use_default_iou_values": true
|
2016-05-12 11:39:50 +03:00
|
|
|
}
|