2016-10-20 08:54:07 +00:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/vpcs/nodes/72889faf-c7b2-4414-8fce-040eed462026/start' -d '{}'
|
2016-05-12 08:39:50 +00:00
|
|
|
|
2016-10-20 08:54:07 +00:00
|
|
|
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/vpcs/nodes/72889faf-c7b2-4414-8fce-040eed462026/start HTTP/1.1
|
2016-05-12 08:39:50 +00:00
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
2016-09-27 15:15:40 +00:00
|
|
|
Content-Length: 489
|
|
|
|
Content-Type: application/json
|
2016-10-20 08:54:07 +00:00
|
|
|
Date: Thu, 20 Oct 2016 08:52:45 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev2
|
2016-09-27 15:15:40 +00:00
|
|
|
X-Route: /v2/compute/projects/{project_id}/vpcs/nodes/{node_id}/start
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"command_line": "",
|
2016-10-20 08:54:07 +00:00
|
|
|
"console": 5723,
|
2016-05-12 08:39:50 +00:00
|
|
|
"console_type": "telnet",
|
|
|
|
"name": "PC TEST 1",
|
2016-10-20 08:54:07 +00:00
|
|
|
"node_directory": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmps1t9o33m/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/vpcs/72889faf-c7b2-4414-8fce-040eed462026",
|
|
|
|
"node_id": "72889faf-c7b2-4414-8fce-040eed462026",
|
2016-05-12 08:39:50 +00:00
|
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
|
|
"startup_script": null,
|
|
|
|
"startup_script_path": null,
|
2016-06-04 08:40:39 +00:00
|
|
|
"status": "stopped"
|
2016-05-12 08:39:50 +00:00
|
|
|
}
|