2016-11-03 17:20:51 +00:00
|
|
|
curl -i -X GET 'http://localhost:3080/v2/projects/e1b0cf1f-9284-4cd8-af88-047c18def631/nodes/160fed8d-9518-448a-8adf-6678f40cdfbe'
|
2016-09-27 15:15:40 +00:00
|
|
|
|
2016-11-03 17:20:51 +00:00
|
|
|
GET /v2/projects/e1b0cf1f-9284-4cd8-af88-047c18def631/nodes/160fed8d-9518-448a-8adf-6678f40cdfbe HTTP/1.1
|
2016-09-27 15:15:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
2016-11-03 17:20:51 +00:00
|
|
|
Content-Length: 1125
|
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:01 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev4
|
2016-09-27 15:15:40 +00:00
|
|
|
X-Route: /v2/projects/{project_id}/nodes/{node_id}
|
|
|
|
|
|
|
|
{
|
|
|
|
"command_line": null,
|
|
|
|
"compute_id": "example.com",
|
|
|
|
"console": 2048,
|
2016-11-03 17:20:51 +00:00
|
|
|
"console_host": "<MagicMock name='mock.console_host' id='4556132928'>",
|
2016-09-27 15:15:40 +00:00
|
|
|
"console_type": null,
|
|
|
|
"first_port_name": null,
|
|
|
|
"height": 59,
|
|
|
|
"label": {
|
|
|
|
"rotation": 0,
|
|
|
|
"style": "font-size: 10;font-familly: Verdana",
|
|
|
|
"text": "test",
|
|
|
|
"x": null,
|
|
|
|
"y": -40
|
|
|
|
},
|
|
|
|
"name": "test",
|
|
|
|
"node_directory": null,
|
2016-11-03 17:20:51 +00:00
|
|
|
"node_id": "160fed8d-9518-448a-8adf-6678f40cdfbe",
|
2016-09-27 15:15:40 +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/0"
|
|
|
|
}
|
|
|
|
],
|
2016-11-03 17:20:51 +00:00
|
|
|
"project_id": "e1b0cf1f-9284-4cd8-af88-047c18def631",
|
2016-09-27 15:15:40 +00:00
|
|
|
"properties": {
|
|
|
|
"startup_script": "echo test"
|
|
|
|
},
|
|
|
|
"status": "stopped",
|
|
|
|
"symbol": ":/symbols/computer.svg",
|
|
|
|
"width": 65,
|
|
|
|
"x": 0,
|
|
|
|
"y": 0,
|
|
|
|
"z": 0
|
|
|
|
}
|