[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-22 Thread Shani Leviim
You can follow this link: http://ovirt.github.io/ovirt-engine-api-model/master/#services/vm/methods/stop POST /ovirt-engine/api/vms/123/stop *Regards,* *Shani Leviim* On Tue, Jun 22, 2021 at 6:16 AM Strahil Nikolov via Users wrote: > It's far easier if you use ansible from engine... > > On

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-21 Thread Strahil Nikolov via Users
It's far easier if you use ansible from engine... On Mon, Jun 21, 2021 at 21:13, k.gunasekhar--- via Users wrote: Do you have any idea how to stop the VM using REST API ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-21 Thread k.gunasekhar--- via Users
Do you have any idea how to stop the VM using REST API ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-09 Thread Nathanaël Blanchet
A last easy option is to login to the graphana portal at https:///ovirt-engine-grafana/login There is much more than creation date... Le 09/06/2021 à 09:31, Eyal Shenitzky a écrit : You can also get the VM details from the rest-API: /ovirt-engine/api/vms/ And you will get all the VM details

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-09 Thread Eyal Shenitzky
You can also get the VM details from the rest-API: /ovirt-engine/api/vms/ And you will get all the VM details including the VM and . On Wed, 9 Jun 2021 at 09:36, Vojtech Juranek wrote: > On Wednesday, 9 June 2021 08:19:04 CEST Ritesh Chikatwar wrote: > > Creation date of vm is not shown in

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-09 Thread Vojtech Juranek
On Wednesday, 9 June 2021 08:19:04 CEST Ritesh Chikatwar wrote: > Creation date of vm is not shown in the Ui. There is one option: you can > connect to the database and query for it. select _create_date from vm_static where vm_name='vm_name'; > On Tue, Jun 8, 2021 at 9:56 PM Strahil Nikolov

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-09 Thread Ritesh Chikatwar
I think you can get the creation date from one more way. Compute -> Virtual machine -> click on Vm -> go to Disks tab -> see the boot disk name then Go to Storage -> Disks -> search for the disk name -> click on disk -> go to permission tab you can see the disk creation date. You can refer to the

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-09 Thread Ritesh Chikatwar
Creation date of vm is not shown in the Ui. There is one option: you can connect to the database and query for it. On Tue, Jun 8, 2021 at 9:56 PM Strahil Nikolov via Users wrote: > I have no clue, but if you have centralized logging (or you keep logs long > enough), uou can check vdsm's log on

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-08 Thread Strahil Nikolov via Users
I have no clue, but if you have centralized logging (or you keep logs long enough), uou can check vdsm's log on all hosts and identify when the VM was first start. Best Regards,Strahil Nikolov On Tue, Jun 8, 2021 at 17:26, k.gunasekhar--- via Users wrote: Is there a way to find the