gns3-server/docs/api/v2/compute/vpcs/projectsprojectidvpcsnodesnodeidstart.rst
Julien Duponchelle e80dd40121
Update docs
2016-06-06 14:24:13 +02:00

2.8 KiB

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

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

Start a VPCS instance

Parameters

  • node_id: Node UUID
  • project_id: Project UUID

Response status codes

  • 400: Invalid request
  • 404: Instance doesn't exist
  • 204: Instance started

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_directory string
node_id string Node 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, suspended

Sample session

../../../examples/compute_post_projectsprojectidvpcsnodesnodeidstart.txt