2020-01-08 02:52:15 +00:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/projects/3c2c807b-0298-4fb6-9e21-163092ae2e3e/nodes/9feeb107-2f8c-4233-b195-4f2703be347d/duplicate' -d '{"x": 10, "y": 5, "z": 0}'
|
2018-01-08 08:26:44 +00:00
|
|
|
|
2020-01-08 02:52:15 +00:00
|
|
|
POST /v2/projects/3c2c807b-0298-4fb6-9e21-163092ae2e3e/nodes/9feeb107-2f8c-4233-b195-4f2703be347d/duplicate HTTP/1.1
|
2018-01-08 08:26:44 +00:00
|
|
|
{
|
|
|
|
"x": 10,
|
|
|
|
"y": 5,
|
|
|
|
"z": 0
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 201
|
|
|
|
Connection: close
|
2019-03-30 08:56:26 +00:00
|
|
|
Content-Length: 1161
|
2018-01-08 08:26:44 +00:00
|
|
|
Content-Type: application/json
|
2020-01-08 02:52:15 +00:00
|
|
|
Date: Wed, 08 Jan 2020 02:28:00 GMT
|
|
|
|
Server: Python/3.6 GNS3/2.2.4dev1
|
2018-01-08 08:26:44 +00:00
|
|
|
X-Route: /v2/projects/{project_id}/nodes/{node_id}/duplicate
|
|
|
|
|
|
|
|
{
|
|
|
|
"command_line": null,
|
|
|
|
"compute_id": "example.com",
|
|
|
|
"console": null,
|
2018-08-16 14:31:56 +00:00
|
|
|
"console_auto_start": false,
|
2020-01-08 02:52:15 +00:00
|
|
|
"console_host": "<MagicMock name='mock.console_host' id='140147692996200'>",
|
2018-01-08 08:26:44 +00:00
|
|
|
"console_type": null,
|
2018-08-16 14:31:56 +00:00
|
|
|
"custom_adapters": [],
|
2018-01-08 08:26:44 +00:00
|
|
|
"first_port_name": null,
|
2019-03-30 08:56:26 +00:00
|
|
|
"height": 59,
|
2018-01-08 08:26:44 +00:00
|
|
|
"label": {
|
|
|
|
"rotation": 0,
|
2018-11-20 06:04:27 +00:00
|
|
|
"style": null,
|
2018-01-08 08:26:44 +00:00
|
|
|
"text": "test1",
|
|
|
|
"x": null,
|
|
|
|
"y": -40
|
|
|
|
},
|
2019-03-30 08:56:26 +00:00
|
|
|
"locked": false,
|
2018-01-08 08:26:44 +00:00
|
|
|
"name": "test1",
|
|
|
|
"node_directory": null,
|
2020-01-08 02:52:15 +00:00
|
|
|
"node_id": "eb676094-e625-4e9e-bb84-72af5bd0fb12",
|
2018-01-08 08:26:44 +00:00
|
|
|
"node_type": "vpcs",
|
|
|
|
"port_name_format": "Ethernet{0}",
|
|
|
|
"port_segment_size": 0,
|
|
|
|
"ports": [
|
|
|
|
{
|
|
|
|
"adapter_number": 0,
|
|
|
|
"data_link_types": {
|
|
|
|
"Ethernet": "DLT_EN10MB"
|
|
|
|
},
|
|
|
|
"link_type": "ethernet",
|
|
|
|
"name": "Ethernet0",
|
|
|
|
"port_number": 0,
|
|
|
|
"short_name": "e0"
|
|
|
|
}
|
|
|
|
],
|
2020-01-08 02:52:15 +00:00
|
|
|
"project_id": "3c2c807b-0298-4fb6-9e21-163092ae2e3e",
|
2018-01-08 08:26:44 +00:00
|
|
|
"properties": {},
|
|
|
|
"status": "stopped",
|
|
|
|
"symbol": ":/symbols/computer.svg",
|
2018-11-28 09:12:57 +00:00
|
|
|
"template_id": null,
|
2019-03-30 08:56:26 +00:00
|
|
|
"width": 65,
|
2018-01-08 08:26:44 +00:00
|
|
|
"x": 10,
|
|
|
|
"y": 5,
|
|
|
|
"z": 0
|
|
|
|
}
|