vmware-archive / vsphere-automation-sdk-.net

[DEPRECATED] Please see README. C# samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
68 stars 20 forks source link

How to do guest shutdown? #2

Closed basildane closed 7 years ago

basildane commented 7 years ago

API looks great and I have it working for Power-ON and Power-OFF, but I need to do a graceful shutdown of guest OS's. I've read the documentation but I cannot find the function.

vinpai commented 7 years ago

Currently, the guest shutdown API is not included within the new SDK, but it is high in our priority list. Until then you can use the soap based management sdk APIs for this task.

basildane commented 7 years ago

Thanks!