2016-11-03 17:20:51 +00:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/projects/68f3f9b2-b1d7-487d-bdc2-7464a6dafe0d/links' -d '{"nodes": [{"adapter_number": 0, "label": {"text": "Text", "x": 42, "y": 0}, "node_id": "e738f747-1345-4b05-911f-96d2f9200c1b", "port_number": 3}, {"adapter_number": 0, "node_id": "e738f747-1345-4b05-911f-96d2f9200c1b", "port_number": 4}]}'
|
2016-03-11 16:20:09 +00:00
|
|
|
|
2016-11-03 17:20:51 +00:00
|
|
|
POST /v2/projects/68f3f9b2-b1d7-487d-bdc2-7464a6dafe0d/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-11-03 17:20:51 +00:00
|
|
|
"node_id": "e738f747-1345-4b05-911f-96d2f9200c1b",
|
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,
|
2016-11-03 17:20:51 +00:00
|
|
|
"node_id": "e738f747-1345-4b05-911f-96d2f9200c1b",
|
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-11-03 17:20:51 +00:00
|
|
|
Date: Thu, 03 Nov 2016 17:20:00 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev4
|
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
|
|
|
}
|