1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00
vsphere-automation-sdk-python/samples/vsphere
Roland Sommer 844c2e8187 Fix argument handling
The `key` part of the argument handling has to be right after `args`, otherwise you'd get an `AttributeError` when trying to call `encode` on the `args` object.

Signed-off-by: Roland Sommer <rol@ndsommer.de>
2023-12-21 13:40:50 +01:00
..
appliances Added samples for 8.0 GA 2022-10-12 17:22:09 +05:30
backuprestore Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
common Refresh vSphere bindings for 8.0U1 (#372) 2023-04-19 17:54:26 +05:30
compute_policy VMware Cloud on AWS 1.5 2018-09-20 13:41:20 -07:00
contentlibrary Refresh vSphere bindings for 8.0U1 (#372) 2023-04-19 17:54:26 +05:30
deferhistoryimport fix format for vc_import_history_common.py 2019-02-11 15:37:20 +08:00
logforwarding Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
oauth Add copyright info to oauth util and webserver 2020-10-15 09:04:29 +05:30
services Remove tabulate from the dependency list 2018-11-22 15:51:29 +08:00
sso VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00
tagging Rewrite tagging sample to use vsphere client 2018-11-21 21:31:19 +08:00
vcenter Fix argument handling 2023-12-21 13:40:50 +01:00
__init__.py VMware Cloud on AWS M3 release 2018-03-08 13:15:46 -08:00
README.md Update README.md 2020-02-04 14:36:55 +05:30

Client Samples

The following table shows the sample sub-directories and their contents.

Directory Description
common Samples common helper classes and abstractions; This package contains one sample 'connect_with_cert.py', to demonstrate how to connect with valid Cert Verification
appliances Samples for Appliance APIs
oauth Samples for oAuth APIs (IDP Federated vCenter Server)
compute_policy Samples for Compute Policy APIs
contentlibrary Samples for Content Library APIs
tagging Samples for Tagging APIs
vcenter Samples for managing vSphere infrastructure and virtual machines
sso Samples for Platform Service Controller(PSC), SSO and Lookup Service APIs