/v2/compute/projects/{project_id}/vpcs/nodes/{node_id}/start ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: 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 ******* .. raw:: html
Name Mandatory Type Description
command_line string Last command line used by GNS3 to start VPCS
console integer Console TCP port
console_type enum Possible values: telnet
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