/v1/vpcs

POST /v1/vpcs

Create a new VPCS instance

Response status codes

  • 400: Invalid project UUID
  • 201: Instance created
  • 409: Conflict

Input

Name Mandatory Type Description
console ['integer', 'null'] console TCP port
name string VPCS device name
project_id string Project UUID
startup_script ['string', 'null'] Content of the VPCS startup script
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_id string Project UUID
script_file ['string', 'null'] VPCS startup script
startup_script ['string', 'null'] Content of the VPCS startup script
uuid string VPCS device UUID

Table Of Contents

Previous topic

/v1/virtualbox/vms

Next topic

/v1/vpcs/{uuid}