1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00
Commit Graph

426 Commits

Author SHA1 Message Date
Gordon Good
e48733c3e4 Upgrade nsx client SDKs to M5P1 (nsx version 2.3.0.0.1.10604709)
Signed-off-by: Gordon Good <ggood@vmware.com>
2018-11-06 09:58:00 -08:00
Tianhao He
d836d54df0
Merge pull request #105 from vmware/strefethen-pip-install-example
Add example pip install
2018-10-23 10:16:42 +08:00
Steve Trefethen
90131f5c11
Add example pip install
I've added an example of the pip install command for OSX which illustrates what's expected as the --extra-index-url.
2018-10-22 13:54:46 -07:00
Tianhao He
8a58b17305
Include vSphere 6.7u1 API doc. 2018-10-19 13:57:21 +08:00
Tianhao He
1af08d664e
Merge pull request #103 from tianhao64/master
vSphere 6.7u1 Release
2018-10-19 13:32:23 +08:00
het
760920ca41 vSphere 6.7u1 Release
Signed-off-by: het <het@vmware.com>
2018-10-19 13:31:05 +08:00
Tianhao He
e13f59e076
Merge pull request #100 from tianhao64/master
fix a formatting issue
2018-09-25 10:18:53 -07:00
het
48a9388c45 fix a formatting issue 2018-09-25 10:17:12 -07:00
Tianhao He
2939cc304f
Merge pull request #96 from tianhao64/master
Add tests to make sure vsphere client stubs are present
2018-09-21 13:58:00 -07:00
het
cfa9acdb88 Add tests to make sure vsphere client stubs are present
Add unittests for vsphere client
Fixed some format issues
Run the tests as part of travis ci
2018-09-21 13:38:40 -07:00
het
5ba4450b3b VMware Cloud on AWS 1.5
Updated VMware Cloud on AWS Console API bindings
Updated VMware Cloud on AWS SDDC API bindings
Added Compute Policy API bindings
Add compute Policy API samples
Remove doc folder. The API specs are hosted on gh-pages branch now. The API doc links can be found on the main README.

Signed-off-by: het <het@vmware.com>
2018-09-20 13:41:20 -07:00
Tianhao He
285a06b261
Update deploy_ovf_template.py 2018-08-23 15:35:03 -07:00
Tianhao He
00fd5eb3e6
Update README.md 2018-08-22 13:48:46 -07:00
Tianhao He
6cf1026da2
Update install cmd description.
We asked user to use `pwd` to locate the current folder in mac and linux. But different shell interpreted the cmd differently and thus confuse people sometimes. Replace it with <absolute_path_to_sdk> to make it clear and avoid confusion.
2018-07-30 12:11:02 -07:00
Tianhao He
1380d7d338
Update README.md 2018-07-05 15:50:20 -07:00
Tianhao He
01829d6d5c
Merge pull request #78 from jobingeo/master
A sample to list the Services in the vCenter Server. Signed-off-by:jo…
2018-06-26 10:07:31 +08:00
Jobin George
911c3e3bc9 Addressed the Review comments. Signed-off-by:jobingeo jgeorge@vmware.com 2018-06-25 21:13:31 +05:30
Jobin George
1e631f7061 A sample to list the Services in the vCenter Server. Signed-off-by:jobingeo jgeorge@vmware.com 2018-06-25 17:15:00 +05:30
Steve Trefethen
a806e14edd
Add OS to environment details 2018-06-21 08:49:45 -07:00
Tianhao He
e3643de8d2
Update README.md 2018-06-21 22:03:12 +08:00
Tianhao He
002c44e202
Merge pull request #75 from tianhao64/master
add account linking config when creating sddc
2018-06-21 13:38:10 +08:00
Tianhao He
c6d34275ba
Update README.md 2018-06-16 16:28:28 +08:00
Tianhao He
5ed93a8e52
Update README.md 2018-06-15 15:37:26 +08:00
Tianhao He
5a30966c6c
Update README.md 2018-06-15 15:36:13 +08:00
Tianhao He
6b344229ce add account linking config when creating sddc
Signed-off-by: Tianhao He <het@vmware.com>
2018-06-15 13:25:11 +08:00
Tianhao He
8957cfad5e
Merge pull request #74 from pgbidkar/master
dict.itervalues is deprecated in Python3. Fixing sample
2018-06-13 21:50:15 +08:00
pgbidkar
100d723904 dict.itervalues is deprecated in Python3. Fixing samples to call method dict.values() works for Python 2.7 & 3 2018-06-13 16:57:42 +05:30
Tianhao He
8896116eb4
Merge pull request #73 from vmware/alanrenouf-patch-1
Updated VMC Readme
2018-06-13 13:31:24 +08:00
Alan Renouf
b7d7c57448
Updated VMC Readme
API is no longer in preview
2018-06-12 10:29:19 -07:00
Tianhao He
0eebf6e8de
Update doc link. 2018-06-11 18:32:51 +08:00
Tianhao He
a60dcd567b Add README to describe VMC sddc samples and their prerequisites.
Signed-off-by: Tianhao He <het@vmware.com>
2018-06-06 14:13:13 -07:00
Tianhao He
799159a0f0
Merge pull request #64 from vmware/tianhao64-patch-1
README for doc folder
2018-06-04 23:06:14 +08:00
Tianhao He
cc58d3d346
Merge pull request #67 from tianhao64/master
add deploy ovf template in cloud sddc sample
2018-06-04 23:01:55 +08:00
Tianhao He
40564950a2 add deploy ovf template in cloud sddc sample
Signed-off-by: Tianhao He <het@vmware.com>
2018-06-01 07:59:03 +08:00
Tianhao He
ef4f8bcd9e
Merge pull request #66 from tianhao64/master
Update vapi-client-binding to reslove a known issue
2018-05-25 12:16:11 +08:00
Tianhao He
447cd1becb Update vapi-client-binding to reslove a known issue
Due to a known limitation, the vsphere_client can't make
API calls to sub components of vCenter service. This change
fixes that.

Signed-off-by: Tianhao He <het@vmware.com>
2018-05-25 12:10:36 +08:00
Tianhao He
303832b334
Merge pull request #65 from ggoodvmw/master
doc: remove extra NSX doc files and rename
2018-05-25 10:23:27 +08:00
Gordon Good
dc378c0af2 doc: remove extra NSX doc files and rename
Remove older doc files, and rename without any version numbers
in the filename for consistency with other doc files.

Signed-off-by: Gordon Good <ggood@vmware.com>
2018-05-24 11:04:44 -07:00
Tianhao He
485cb6172d
add online version for vsphere API 2018-05-23 12:05:08 +08:00
Tianhao He
62c110e50a
Update README.md 2018-05-22 23:49:26 +08:00
Tianhao He
4450aa3863
README for doc folder 2018-05-22 23:21:57 +08:00
Tianhao He
a2f0709f1b
Merge pull request #63 from tianhao64/master
VMware Cloud on AWS 1.4
2018-05-15 20:59:06 -07:00
Tianhao He
346f5b1cd6 VMware Cloud on AWS 1.4
- Updated bindings and samples for VMware Cloud on AWS APIs
- Added bindings for NSX APIs
- Added HVC samples
2018-05-15 20:56:21 -07:00
Tianhao He
fd624e7716
Update README.md 2018-05-15 16:42:39 -07:00
Tianhao He
6e13b78d3c
Update issue_template.md 2018-04-30 14:24:01 -07:00
Tianhao He
008081791a
Merge pull request #62 from tianhao64/master
update api docs
2018-04-26 16:33:38 -07:00
Tianhao He
60aa0d8266 update api docs
Signed-off-by: Tianhao He <het@vmware.com>
2018-04-26 16:30:40 -07:00
Tianhao He
76f3f0ce0b
Merge pull request #61 from tianhao64/master
add expose vm to public internet sample
2018-04-25 12:35:41 -07:00
Tianhao He
4959e85281 add expose vm to public internet sample
Sample execution output:

/Users/het/virenv/py36/bin/python /Users/het/github/vsphere-automation-sdk-python/samples/vmc/networks/expose_public_ip.py -r <refreh_token> -o <org_id> -s <sddc_id> --i <private_ip> -c

Wait for task ff09bd7b-22bd-439f-b4cd-154c270a5937 to finish
Checking task status every 2 seconds
Estimated time remaining: -1 minutes

Task ff09bd7b-22bd-439f-b4cd-154c270a5937 finished successfully

 # New firewall rule "Sample firewall rule 100" is added

 # New NAT rule "Sample NAT rule 72" is added

Signed-off-by: Tianhao He <het@vmware.com>
2018-04-23 19:02:20 -07:00
Tianhao He
ba4963be35
Fix install cmd.
Remove extra '/' in the install cmd.
2018-04-19 11:02:36 -07:00