VMware Cloud Community
bhanucdefg
Contributor
Contributor

Pull Virtual machine build date from vRA?

It's possible to get the exact creation date of a VM? Using vRA?

0 Kudos
3 Replies
daphnissov
Immortal
Immortal

Yes, it's possible. This is the build date.

0 Kudos
bhanucdefg
Contributor
Contributor

Could you share me the detailed view, how to pull the  VM create date using vRA.

0 Kudos
BPK2
Enthusiast
Enthusiast

Hi

it may help you.

execute below query in sql db.

SELECT ExpireDays as "VM_NAME", LastLoggedDate as "Created_On"  FROM [vra].[dbo].[VirtualMachineInfoView]

0 Kudos