mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 11:28:55 +00:00
18 lines
270 B
ReStructuredText
18 lines
270 B
ReStructuredText
Communications
|
|
===============
|
|
|
|
All the communication are done over HTTP using JSON.
|
|
|
|
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"
|
|
}
|