gns3-server/docs/api/v1projectidvpcsvms.rst
2015-02-04 17:48:33 -07:00

2.6 KiB

/v1/{project_id}/vpcs/vms

POST /v1/{project_id}/vpcs/vms

Create a new VPCS instance

Parameters

  • project_id: UUID for the project

Response status codes

  • 400: Invalid request
  • 201: Instance created
  • 409: Conflict

Input

Name Mandatory Type Description
console ['integer', 'null'] console TCP port
name string VPCS VM name
startup_script ['string', 'null'] Content of the VPCS startup script
vm_id string VPCS VM identifier

Output

Name Mandatory Type Description
console integer console TCP port
name string VPCS VM name
project_id string Project UUID
script_file ['string', 'null'] VPCS startup script
startup_script ['string', 'null'] Content of the VPCS startup script
vm_id string VPCS VM UUID