2018-06-07 11:26:06 +03:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/traceng/nodes' -d '{"name": "TraceNG TEST 1"}'
|
|
|
|
|
|
|
|
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/traceng/nodes HTTP/1.1
|
|
|
|
{
|
|
|
|
"name": "TraceNG TEST 1"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 201
|
|
|
|
Connection: close
|
2018-06-14 11:39:31 +03:00
|
|
|
Content-Length: 443
|
2018-06-07 11:26:06 +03:00
|
|
|
Content-Type: application/json
|
2019-10-23 17:00:00 +03:00
|
|
|
Date: Wed, 23 Oct 2019 13:42:57 GMT
|
|
|
|
Server: Python/3.6 GNS3/2.2.1dev1
|
2018-06-07 11:26:06 +03:00
|
|
|
X-Route: /v2/compute/projects/{project_id}/traceng/nodes
|
|
|
|
|
|
|
|
{
|
|
|
|
"command_line": "",
|
2018-08-16 17:31:56 +03:00
|
|
|
"console": null,
|
2018-06-07 11:26:06 +03:00
|
|
|
"console_type": "none",
|
|
|
|
"default_destination": "",
|
|
|
|
"ip_address": "",
|
|
|
|
"name": "TraceNG TEST 1",
|
2019-10-23 17:00:00 +03:00
|
|
|
"node_directory": "/tmp/tmp1i_44uq8/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/traceng/2760f8a8-85c2-41ff-944e-08584038c0c3",
|
|
|
|
"node_id": "2760f8a8-85c2-41ff-944e-08584038c0c3",
|
2018-06-07 11:26:06 +03:00
|
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
|
|
"status": "stopped"
|
|
|
|
}
|