Tasklist.py

From VI-Toolkit
Revision as of 07:41, 7 February 2014 by Wila (talk | contribs) (Created page with "=== tasklist.py === author: Timo Sugliani ==== Description ==== Timo made a small script that utilized the pyvmomi and displays a list of the VMware vCenter recently run...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

tasklist.py

author: Timo Sugliani

Description

Timo made a small script that utilized the pyvmomi and displays a list of the VMware vCenter recently run tasks.

Usage

Run the script as follows:

python tasklist.py -s vcenter.fqdn -u username -p password

Location

http://blog.tsugliani.fr/vsphere/pyvmomi-small-script-to-display-vmware-vcenter-recent-tasks/

https://github.com/tsugliani/pyvmomi/blob/master/sample/tasklist.py