mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-03 21:58:13 +00:00
24 lines
642 B
Plaintext
24 lines
642 B
Plaintext
curl -i -X POST 'http://localhost:8000/v2/projects' -d '{"name": "test"}'
|
|
|
|
POST /v2/projects HTTP/1.1
|
|
{
|
|
"name": "test"
|
|
}
|
|
|
|
|
|
HTTP/1.1 201
|
|
ACCESS-CONTROL-ALLOW-ORIGIN: *
|
|
CONTENT-LENGTH: 315
|
|
CONTENT-TYPE: application/json
|
|
DATE: Thu, 08 Jan 2015 16:09:15 GMT
|
|
SERVER: Python/3.5 GNS3/1.5.0dev1
|
|
X-ROUTE: /v2/hypervisor/projects
|
|
|
|
{
|
|
"location": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpr31cd789/projects",
|
|
"name": "test",
|
|
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpr31cd789/projects/8bae0914-715e-4e8f-8342-7606f012c5af",
|
|
"project_id": "8bae0914-715e-4e8f-8342-7606f012c5af",
|
|
"temporary": false
|
|
}
|