gns3-server/docs/api/examples/controller_post_projectsprojectidclose.txt

24 lines
684 B
Plaintext
Raw Normal View History

2016-08-25 15:43:19 +03:00
curl -i -X POST 'http://localhost:3080/v2/projects/be87a340-df85-48a2-8b3c-b4c52d34b803/close' -d '{}'
2016-08-25 15:43:19 +03:00
POST /v2/projects/be87a340-df85-48a2-8b3c-b4c52d34b803/close HTTP/1.1
{}
2016-06-17 12:12:22 +03:00
HTTP/1.1 201
2016-08-25 15:43:19 +03:00
CONTENT-LENGTH: 328
2016-06-17 12:12:22 +03:00
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-04-18 17:49:36 +03:00
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/projects/{project_id}/close
2016-06-17 12:12:22 +03:00
{
2016-08-25 15:43:19 +03:00
"auto_close": true,
"auto_open": false,
"auto_start": false,
2016-06-17 12:12:22 +03:00
"filename": "test.gns3",
"name": "test",
2016-08-25 15:43:19 +03:00
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmptjk4s03z/projects/be87a340-df85-48a2-8b3c-b4c52d34b803",
"project_id": "be87a340-df85-48a2-8b3c-b4c52d34b803",
2016-06-17 12:12:22 +03:00
"status": "opened"
}