Articles

RHEV / oVirt Python API VM creation script

Introduction In this post, we introduce vmcreate, our Python script for automating the creation of oVirt and RHEV virtual machines. This script has three purposes:to automate the creation of VMs with an easy to use command line interface …

Virtual machines backup script for RHEV 3

Red Hat Enterprise Virtualization 3 (RHEV) comes with a great API that makes it easy to write Python scripts or Java programs for administrative tasks. The full documentation is available here : https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.3/html/Developer_Guide/index.htmlA…