mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
1.6 KiB
1.6 KiB
/vpcs/{vpcs_id}
GET /vpcs/{vpcs_id}
Get informations about a VPCS
Parameters
- vpcs_id: Id of VPCS instance
Response status codes
- 200: OK
Output
Name | Mandatory | Type | Description |
---|---|---|---|
console | ✔ | integer | console TCP port |
name | ✔ | string | VPCS device name |
vpcs_id | ✔ | integer | VPCS device instance ID |
PUT /vpcs/{vpcs_id}
Update VPCS informations
Parameters
- vpcs_id: Id of VPCS instance
Response status codes
- 200: OK
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 |