mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 21:08:55 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
curl -i -X POST 'http://localhost:3080/v2/projects/bc535a6b-2209-45fe-8e2c-9c0108585568/links' -d '{"nodes": [{"adapter_number": 0, "label": {"text": "Text", "x": 42, "y": 0}, "node_id": "f612dca3-278d-46b3-a0a2-f69e37611763", "port_number": 3}, {"adapter_number": 0, "node_id": "f612dca3-278d-46b3-a0a2-f69e37611763", "port_number": 4}]}'
|
|
|
|
POST /v2/projects/bc535a6b-2209-45fe-8e2c-9c0108585568/links HTTP/1.1
|
|
{
|
|
"nodes": [
|
|
{
|
|
"adapter_number": 0,
|
|
"label": {
|
|
"text": "Text",
|
|
"x": 42,
|
|
"y": 0
|
|
},
|
|
"node_id": "f612dca3-278d-46b3-a0a2-f69e37611763",
|
|
"port_number": 3
|
|
},
|
|
{
|
|
"adapter_number": 0,
|
|
"node_id": "f612dca3-278d-46b3-a0a2-f69e37611763",
|
|
"port_number": 4
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
HTTP/1.1 409
|
|
Connection: close
|
|
Content-Length: 64
|
|
Content-Type: application/json
|
|
Date: Sat, 30 Mar 2019 08:49:49 GMT
|
|
Server: Python/3.6 GNS3/2.2.0dev8
|
|
X-Route: /v2/projects/{project_id}/links
|
|
|
|
{
|
|
"message": "Cannot connect to itself",
|
|
"status": 409
|
|
}
|