Open VS Console

To open a VS console:

  1. Initialize the VNC console:

    1
    
    GET /virtual_machines/:id/console_popup
    
  2. Run the following request:

    1
    
    GET /virtual_machines/:virtual_machine_id/console.xml
    
    1
    
    GET /virtual_machines/:virtual_machine_id/console.json
    
  3. Find and copy the value for the remote_key parameter in the response output.

  4. Open the following URL in the browser: http://onapp.test/console_remote/<remote_key_parameter_value>.