Tianhao He
c88571bf98
pass unverified sslcontext to bay pass server certificate verification
2015-11-30 14:14:11 -08:00
Michael Mattioli
20f92bc95f
update copyright years
...
update the copyright years to 2015
2015-04-15 11:56:02 -04:00
Shawn Hartsock
c57f4775c6
respect venv
...
Change shebang to use env to ask for the python interpreter,
this allows the scripts to run while respecting a virtual
environment.
Closes: https://github.com/vmware/pyvmomi/issues/151
2014-09-02 17:17:27 -04:00
Michael Rice
95c9a70471
python3: string formatting
...
remove all old style string formatting from Soapadapter.py and move to
.format() syntax for python 3 compatibility
partial https://github.com/vmware/pyvmomi/issues/55
2014-07-28 11:17:27 -04:00
Michael Mattioli
3254adfa26
Updated Copyright Years
...
Updated copyright years to 2014 where applicable
2014-07-13 03:02:00 -04:00
Michael Rice
6a650ff123
added uuid to getallvms sample.
2014-06-07 16:39:06 -05:00
Valentin Haenel
8a2a35c62f
make the sample executable
2014-05-20 09:58:02 +02:00
Philippe Dellaert
1f400c8aaf
Alphabetical order
2014-02-15 10:32:51 +01:00
Philippe Dellaert
53379daedd
Improvements to allow the choice between command line and getpass
2014-01-30 21:37:48 +01:00
Philippe Dellaert
4a6187a90a
Sample security improvement with getpass
...
Using getpass to get the connection password in a save way, this way,
the password is not visible on the command line and the shell's history
2014-01-30 21:05:10 +01:00
m9e
c88b0f1993
Recurse into folders in getallvms.py
...
Depth protection is used to avoid infinite recursion.
[Merged after edit by joshk0]
2014-01-29 09:54:08 -05:00
Timo Sugliani
6ab7be6b9e
Update getallvms.py
...
Default port to 443 which should fit most of the cases.
(Modified by joshk0: enforce type=int)
2014-01-01 12:53:31 -08:00
Parth Gala
d9a3d9433e
Really fix sample scripts to use argparse and provide better help. These files got left out in the previous commit
2013-12-18 15:35:56 -08:00
Joshua Kwan
26649465c6
Initial source drop
...
This is the initial version of pyVmomi which represents vSphere API 5.1.
Going forward, expect only the 'Objects' and 'Types' generated source
files to need updating via official OSS drops.
2013-12-14 13:36:09 -05:00