mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
2.3 KiB
2.3 KiB
/vpcs
POST /vpcs
Create a new VPCS instance
Response status codes
- 201: VPCS instance created
- 409: Conflict
Input
Name | Mandatory | Type | Description |
---|---|---|---|
console | integer | console TCP port | |
name | ✔ | string | VPCS device name |
project_uuid | ✔ | string | Project UUID |
uuid | string | VPCS device UUID | |
vpcs_id | integer | VPCS device instance ID (for project created before GNS3 1.3) |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
console | ✔ | integer | console TCP port |
name | ✔ | string | VPCS device name |
project_uuid | ✔ | string | Project UUID |
uuid | ✔ | string | VPCS device UUID |
Sample session
examples/post_vpcs.txt