Skip to content
Ioannis Charalampidis edited this page Apr 27, 2015 · 4 revisions

CernVM WebAPI is an application that can interface for any browsers in order to provide real-time interaction with a CernVM Virtual Machine running in the host OS. This plugin identifies the hypervisors installed in the system and picks the most appropriate one to host the CernVM Guest OS.

It then provides a simple interface to start/stop the VM and access it's configuration.

Resources for core developers

If you are connecting your infrastructure with the plugin you might be interested into reading the following resources:

Resources for library users

If you are using the javascript library in order to start your machines, you might be interested in the following resources:

  • In order to start a new VM you will need to have a Virtual Machine Configuration Point. Check the VMCP Reference for more details on this topic.
  • If you are using the high-level javascript library check the CVMWebAPI.js Reference

Resources for the end-users

If you are an end-user using this plugin you might be interested on the following topics: