Hi
I am a newbie in VMware Perl SDK. I am trying list all snapshots of a vm with description, time and user who created the snapshot. So far with the VMware provided sample snapshotmanager.pl, I can get snapshot name, description and time but I cannot get any information about the creator/initiator of the snapshot. I did some searching through the Perl API and came across VmSnapshotFileInfo data object. I am guessing if I can access that object, the "owner" property will be the user information. But I don't know how to access the object from a VirtualMachine object reference. Is this the correct way? How to get the user information using the data object?
Regards
SV