Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Karli Sjöberg
Den 29 mars 2018 14:15 skrev Alexander Wels :On Thursday, March 29, 2018 7:59:36 AM EDT Ondra Machacek wrote:> On 03/29/2018 01:02 PM, Karli Sjöberg wrote:> > On Thu, 2018-03-29 at 11:21 +0200, Ondra Machacek wrote:> >> On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote:>

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Hari Prasanth Loganathan
Thanks, Ondra. Appreciated. On Thu, Mar 29, 2018 at 2:51 PM, Ondra Machacek wrote: > On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: > >> Hi Team, >> >> 1) I perform the VM clone using the following API >> >> api/vms/{vmId}/clone >> >> 2) The above API is returning

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Alexander Wels
On Thursday, March 29, 2018 7:59:36 AM EDT Ondra Machacek wrote: > On 03/29/2018 01:02 PM, Karli Sjöberg wrote: > > On Thu, 2018-03-29 at 11:21 +0200, Ondra Machacek wrote: > >> On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: > >>> Hi Team, > >>> > >>> 1) I perform the VM clone using the

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Ondra Machacek
On 03/29/2018 01:02 PM, Karli Sjöberg wrote: On Thu, 2018-03-29 at 11:21 +0200, Ondra Machacek wrote: On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: Hi Team, 1) I perform the VM clone using the following API api/vms/{vmId}/clone 2) The above API is returning the job id 3) Using

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Karli Sjöberg
On Thu, 2018-03-29 at 11:21 +0200, Ondra Machacek wrote: > On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: > > Hi Team, > > > > 1) I perform the VM clone using the following API > > > > api/vms/{vmId}/clone > > > > 2) The above API is returning the job id > > 3) Using the job Id, we

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Ondra Machacek
On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: Hi Team, 1) I perform the VM clone using the following API api/vms/{vmId}/clone 2) The above API is returning the job id 3) Using the job Id, we continuously query the oVirt to get the status of the clone operation.

[ovirt-users] Query on VM Clone

2018-03-29 Thread Hari Prasanth Loganathan
Hi Team, 1) I perform the VM clone using the following API api/vms/{vmId}/clone 2) The above API is returning the job id 3) Using the job Id, we continuously query the oVirt to get the status of the clone operation. /api/jobs/${vmCloneJobId} We are able to successfully get