mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
34 lines
536 B
ReStructuredText
34 lines
536 B
ReStructuredText
Errors
|
|
======
|
|
|
|
In case of error a standard HTTP error is raise and you got a
|
|
JSON like that
|
|
|
|
.. code-block:: json
|
|
|
|
{
|
|
"status": 409,
|
|
"message": "Conflict"
|
|
}
|
|
|
|
Glossary
|
|
========
|
|
|
|
VM
|
|
---
|
|
|
|
A Virtual Machine (Dynamips, IOU, Qemu, VPCS...)
|
|
|
|
Adapter
|
|
-------
|
|
|
|
The physical network interface. The adapter can contain multiple ports.
|
|
|
|
Port
|
|
----
|
|
|
|
A port is an opening on network adapter that cable plug into.
|
|
|
|
For example a VM can have a serial and an ethernet adapter plugged in.
|
|
The ethernet adapter can have 4 ports.
|