mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 17:39:59 -05:00
aae89a9af0
* Support VMware Cloud on AWS Networking APIs and add a few samples. * Added vsphere_client module to simplify login and API invocation. * Modified existing samples to use vsphere_client. * Update on vm template APIs. Signed-off-by: Tianhao He <het@vmware.com>
10 lines
221 B
Markdown
10 lines
221 B
Markdown
This directory contains samples for VMC organization APIs:
|
|
|
|
Running the samples
|
|
|
|
$ python organization_operations.py -r <refresh_token>
|
|
|
|
* Testbed Requirement:
|
|
- At least one org associated with the calling user.
|
|
|