mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
1.4 KiB
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