gns3-server/docs/api/project.rst
2015-01-23 16:19:17 +01:00

1.8 KiB

/project

POST /project

Create a project on the server

Response status codes

  • 200: OK

Input

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
temporary boolean If project is a temporary project
uuid string Project UUID

Output

Name Mandatory Type Description
location string Base directory where the project should be created on remote server
temporary boolean If project is a temporary project
uuid string Project UUID

Sample session

examples/post_project.txt