1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 05:48:58 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidopen.txt

21 lines
608 B
Plaintext
Raw Normal View History

2016-08-15 10:08:59 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/afd371b6-552c-4a5f-af95-3d84e5124e5c/open' -d '{}'
2016-06-17 09:13:36 +00:00
2016-08-15 10:08:59 +00:00
POST /v2/projects/afd371b6-552c-4a5f-af95-3d84e5124e5c/open HTTP/1.1
2016-06-17 09:13:36 +00:00
{}
HTTP/1.1 201
CONTENT-LENGTH: 255
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/projects/{project_id}/open
{
"filename": "test.gns3",
"name": "test",
2016-08-15 10:08:59 +00:00
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpueqnywu8/projects/afd371b6-552c-4a5f-af95-3d84e5124e5c",
"project_id": "afd371b6-552c-4a5f-af95-3d84e5124e5c",
2016-06-17 09:13:36 +00:00
"status": "opened"
}