mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-29 11:48:09 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
curl -i -X POST 'http://localhost:3080/v2/projects/08fcc6fd-49df-41f1-8424-129228f7809b/links' -d '{"nodes": [{"adapter_number": 0, "label": {"text": "Text", "x": 42, "y": 0}, "node_id": "b961643c-d61a-45a9-ade5-e37c8427b767", "port_number": 3}, {"adapter_number": 0, "node_id": "b961643c-d61a-45a9-ade5-e37c8427b767", "port_number": 4}]}'
|
|
|
|
POST /v2/projects/08fcc6fd-49df-41f1-8424-129228f7809b/links HTTP/1.1
|
|
{
|
|
"nodes": [
|
|
{
|
|
"adapter_number": 0,
|
|
"label": {
|
|
"text": "Text",
|
|
"x": 42,
|
|
"y": 0
|
|
},
|
|
"node_id": "b961643c-d61a-45a9-ade5-e37c8427b767",
|
|
"port_number": 3
|
|
},
|
|
{
|
|
"adapter_number": 0,
|
|
"node_id": "b961643c-d61a-45a9-ade5-e37c8427b767",
|
|
"port_number": 4
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
HTTP/1.1 409
|
|
Connection: close
|
|
Content-Length: 64
|
|
Content-Type: application/json
|
|
Date: Tue, 20 Nov 2018 08:48:31 GMT
|
|
Server: Python/3.6 GNS3/2.2.0dev5
|
|
X-Route: /v2/projects/{project_id}/links
|
|
|
|
{
|
|
"message": "Cannot connect to itself",
|
|
"status": 409
|
|
}
|