vmware / vsphere-automation-sdk-python

Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
739 stars 308 forks source link

How to get list of running Tasks using vsphere-automation-sdk-python? #412

Closed harukinakazono closed 5 months ago

harukinakazono commented 5 months ago

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

I want to know how to get tasks using the vsphere-automation-sdk-python package. Please give any informations and I want some samples.

How can I do that? I've tried searching this on the socuments.

kunalpmj commented 5 months ago

API is available under VI JSON : https://developer.vmware.com/apis/vi-json/latest/task-manager/

Also, pyvmomi can be be used to get Task Manager getRecent_Task API.