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-07-26 17:57:53 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/63bc1a63-1959-4bd6-b7d0-db36f61e8db1/open' -d '{}'
2016-06-17 09:13:36 +00:00
2016-07-26 17:57:53 +00:00
POST /v2/projects/63bc1a63-1959-4bd6-b7d0-db36f61e8db1/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-07-26 17:57:53 +00:00
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmp6dp3nxma/projects/63bc1a63-1959-4bd6-b7d0-db36f61e8db1",
"project_id": "63bc1a63-1959-4bd6-b7d0-db36f61e8db1",
2016-06-17 09:13:36 +00:00
"status": "opened"
}