1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 10:58:55 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidclose.txt

21 lines
611 B
Plaintext
Raw Normal View History

2016-07-11 13:37:57 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/69b6718d-30f9-47b0-867c-717bc074e5ff/close' -d '{}'
2016-07-11 13:37:57 +00:00
POST /v2/projects/69b6718d-30f9-47b0-867c-717bc074e5ff/close HTTP/1.1
{}
2016-06-17 09:12:22 +00:00
HTTP/1.1 201
CONTENT-LENGTH: 255
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-04-18 14:49:36 +00:00
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/projects/{project_id}/close
2016-06-17 09:12:22 +00:00
{
"filename": "test.gns3",
"name": "test",
2016-07-11 13:37:57 +00:00
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmph3xuizor/projects/69b6718d-30f9-47b0-867c-717bc074e5ff",
"project_id": "69b6718d-30f9-47b0-867c-717bc074e5ff",
2016-06-17 09:12:22 +00:00
"status": "opened"
}