vmware / pyvmomi

VMware vSphere API Python Bindings
Apache License 2.0
2.22k stars 766 forks source link

vim.vm.guest.ProcessManager.ListProcesses #1092

Open remrozk opened 1 month ago

remrozk commented 1 month ago

Is your feature request related to a problem? Please describe.

When we use vim.vm.guest.ProcessManager.ListProcesses to get the status of a list of PIDs, we get the following attributes:

However, if the exitCode is not 0, we don't have information about stderr/stdout.

Describe the solution you'd like

Add two attributes:

Describe alternatives you've considered

No response

Additional context

No response