gns3-server/docs/api/v2/compute/vpcs/projectsprojectidvpcsnodesnodeidstart.rst
grossmj 7f72b90b0e The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
2018-08-16 21:31:57 +07:00

2.4 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

  • project_id: Project UUID
  • node_id: Node 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 VPCS
console ['integer', 'null'] Console TCP port
console_type enum Possible values: telnet, none
name string VPCS VM name
node_directory string Path to the VM working directory
node_id string Node UUID
project_id string Project UUID
status enum Possible values: started, stopped, suspended

Sample session

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