[ovirt-users] Get CPU and Memory Usage for VM and Host using ovirt java sdk

2015-06-05 Thread Kumar R, Prashanth (Prashanth)
Hi All, 1)I would like to know if there is a way to fetch the CPU and Memory Usage for VM and CPU and Memory Usage for a Host in the RHEVM environment using ovirt sdk in java. I am using ovirt-engine-sdk-java-3.5.0.5.jar. Can you please provide me with the java example if possible. The cpu

Re: [ovirt-users] Unable to Delete a VM snapshot . (Juan Hern?ndez)

2015-05-18 Thread Kumar R, Prashanth (Prashanth)
Virtualization R D Phone: 8261328 IRC: fromani -- Message: 6 Date: Wed, 13 May 2015 10:35:56 +0200 From: Juan Hern?ndez jhern...@redhat.com To: Kumar R, Prashanth (Prashanth) pkum...@avaya.com, users@ovirt.org users@ovirt.org Subject: Re: [ovirt-users] Unable

[ovirt-users] Unable to Delete a VM snapshot .

2015-05-11 Thread Kumar R, Prashanth (Prashanth)
Hi All, I am facing issue in deleting a VM snapshot. I am using ovirt-engine-sdk-java-3.5.0.5.jar According to the SDK API,I can delete a VM using : api.getVMs().get(vmName).getSnapshots().getById(snapshotId).delete(); But there is no way to fetch the snapshot ID of a particular snapshot. Or