Getting a list of tasks from a esxi host using c#

435 Views Asked by At

I have a single esxi without the use of vCenter. Is it possible to use TaskManager along with CreateCollectorForTasks to retrieve all tasks that are occurring on this one system? Or do I have to just use the vm.recentTask to get that information? When I use the recentTask I get the following when I power on a VM:

Task-ha Task-3-vim.VirtualMachine.powerOn-183533404

What does the 183533404 indicate?

If I can use the Task Manager can someone please show me how to proceed?

Thanks

0

There are 0 best solutions below