mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 21:07:57 +00:00
1.1 KiB
1.1 KiB
/vpcs
POST /vpcs
Create a new VPCS and return it
Parameters
- vpcs_id: Id of VPCS instance
Response status codes
- 201: Success of creation of VPCS
- 409: Conflict
Input
Name | Mandatory | Type | Description |
---|---|---|---|
console | integer | console TCP port | |
name | ✔ | string | VPCS device name |
vpcs_id | integer | VPCS device instance ID |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
console | ✔ | integer | console TCP port |
name | ✔ | string | VPCS device name |
vpcs_id | ✔ | integer | VPCS device instance ID |
Sample session
examples/post_vpcs.txt