I am using pyvmomi for capturing vcenter events using WaitForUpdatesEx method. But it is not able to capture vm's reset event as there is no property change in this case.
It is capturing poweron, poweroff, suspend events as state changes for them. For all other vm related events, i am in constant state of waiting using WaitForUpdatesEx method.
Can anyone help me as i have a case where i want to perform some specific action in case vm reset event has occurred.