2016-10-20 08:54:07 +00:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/projects/e58f1543-fd25-42d6-a26e-77c92eb918ae/links' -d '{"nodes": [{"adapter_number": 0, "label": {"text": "Text", "x": 42, "y": 0}, "node_id": "ae725deb-718d-4f2c-b2c8-d0c89a6cf72a", "port_number": 3}, {"adapter_number": 0, "node_id": "ae725deb-718d-4f2c-b2c8-d0c89a6cf72a", "port_number": 4}]}'
|
2016-03-11 16:20:09 +00:00
|
|
|
|
2016-10-20 08:54:07 +00:00
|
|
|
POST /v2/projects/e58f1543-fd25-42d6-a26e-77c92eb918ae/links HTTP/1.1
|
2016-03-11 16:20:09 +00:00
|
|
|
{
|
2016-05-12 06:44:38 +00:00
|
|
|
"nodes": [
|
2016-03-11 16:20:09 +00:00
|
|
|
{
|
|
|
|
"adapter_number": 0,
|
2016-07-11 13:37:57 +00:00
|
|
|
"label": {
|
|
|
|
"text": "Text",
|
|
|
|
"x": 42,
|
|
|
|
"y": 0
|
|
|
|
},
|
2016-10-20 08:54:07 +00:00
|
|
|
"node_id": "ae725deb-718d-4f2c-b2c8-d0c89a6cf72a",
|
2016-05-12 06:44:38 +00:00
|
|
|
"port_number": 3
|
2016-03-11 16:20:09 +00:00
|
|
|
},
|
|
|
|
{
|
2016-10-20 08:54:07 +00:00
|
|
|
"adapter_number": 0,
|
|
|
|
"node_id": "ae725deb-718d-4f2c-b2c8-d0c89a6cf72a",
|
2016-05-12 06:44:38 +00:00
|
|
|
"port_number": 4
|
2016-03-11 16:20:09 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-10-20 08:54:07 +00:00
|
|
|
HTTP/1.1 409
|
|
|
|
Content-Length: 64
|
2016-09-27 15:15:40 +00:00
|
|
|
Content-Type: application/json
|
2016-10-20 08:54:07 +00:00
|
|
|
Date: Thu, 20 Oct 2016 08:52:48 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev2
|
2016-09-27 15:15:40 +00:00
|
|
|
X-Route: /v2/projects/{project_id}/links
|
2016-03-11 16:20:09 +00:00
|
|
|
|
|
|
|
{
|
2016-10-20 08:54:07 +00:00
|
|
|
"message": "Cannot connect to itself",
|
|
|
|
"status": 409
|
2016-03-11 16:20:09 +00:00
|
|
|
}
|