You can also get the VM details from the rest-API: <engine-adress>/ovirt-engine/api/vms/<vm-id>
And you will get all the VM details including the VM <creation_time> and <stop_time>. On Wed, 9 Jun 2021 at 09:36, Vojtech Juranek <[email protected]> wrote: > 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 via Users < > [email protected]> > > > > wrote: > > > 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 > > > <[email protected]> wrote: > > > Is there a way to find the creation date of a Virtual Machines from > Ovirt > > > Manager command line or psql > > > _______________________________________________ > > > Users mailing list -- [email protected] > > > To unsubscribe send an email to [email protected] > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html > > > oVirt Code of Conduct: > > > https://www.ovirt.org/community/about/community-guidelines/ > > > List Archives: > > > > https://lists.ovirt.org/archives/list/[email protected]/message/OA7KGOSJQQGE > > > CW3LTGW34OE4DFU5JPI7/ > > > > > > _______________________________________________ > > > Users mailing list -- [email protected] > > > To unsubscribe send an email to [email protected] > > > Privacy Statement: https://www.ovirt.org/privacy-policy.html > > > oVirt Code of Conduct: > > > https://www.ovirt.org/community/about/community-guidelines/ > > > List Archives: > > > > https://lists.ovirt.org/archives/list/[email protected]/message/6R6DG5HVHE2Y > > > C53TQOBIL5FHD73TX25A/ > > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/VT2SHN6DQTAGHVS6E5UHOGCXLPWGUF7F/ > -- Regards, Eyal Shenitzky
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/74NKMHZN3LOEEVWD254ZADPNU62WWCF2/

