gns3-server/docs/api/v2/compute/vpcs/projectsprojectidvpcsnodes.rst
2016-05-12 10:39:50 +02:00

3.8 KiB

/v2/compute/projects/{project_id}/vpcs/nodes

POST /v2/compute/projects/{project_id}/vpcs/nodes

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
console_type enum Possible values: telnet
name string VPCS VM name
node_id VPCS VM identifier
startup_script ['string', 'null'] Content of the VPCS startup script

Output

Name Mandatory Type Description
command_line string Last command line used by GNS3 to start QEMU
console integer console TCP port
console_type enum Possible values: telnet
name string VPCS VM name
node_id string VPCS VM UUID
project_id string Project UUID
startup_script ['string', 'null'] Content of the VPCS startup script
startup_script_path ['string', 'null'] Path of the VPCS startup script relative to project directory
status enum Possible values: started, stopped
vm_directory string

Sample session

../../../examples/compute_post_projectsprojectidvpcsnodes.txt