gns3-server/docs/api/project.rst
2015-01-20 15:27:28 +01:00

1.4 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
uuid string Project UUID

Output

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

Sample session

examples/post_project.txt