gns3-server/docs/general.rst
2015-02-18 11:06:13 +01:00

270 B

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

{
    "status": 409,
    "message": "Conflict"
}