-1

The closest info I can find in the vSphere UI is the user of the "Clone completed" event in the events list in monitoring. Can i access this list with pyvmomi? Or any better alternative would be appreciated.

davka
  • 13,974
  • 11
  • 61
  • 86

1 Answers1

1

That kind of information isn't part of the virtual machine object, so your best bet is to poll the events via EventManager Only caveat, if you have a particularly active environment, the events may rollover so using and polling a syslog would be the most consistent manner of obtaining that information.

Kyle Ruddy
  • 1,886
  • 1
  • 7
  • 5
  • thanks. Do you mean the syslog on the vm I am interested? is this info gets stored on the vm itself? Anyway not sure I have access to the machine. – davka Jan 21 '20 at 15:03